Skip to content

Instantly share code, notes, and snippets.

@NeoTheFox
NeoTheFox / kitty.conf
Last active August 6, 2021 05:47
kitty config with solarized dark theme
# vim:fileencoding=utf-8:ft=conf
# Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
# font_family Operator Mono Book
# bold_font Operator Mono Thick
# bold_italic_font Operator Mono Medium
font_family Hack
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="Bluetooth Gamepad", ATTRS{uniq}=="00:17:02:01:ae:2a", SYMLINK+="ipega"
Section "InputDevice"
Identifier "Trackball"
Option "MatchProduct" "Primax Kensington Eagle Trackball"
Driver "evdev"
Option "Evdev Middle Button Emulation" "1"
EndSection
@NeoTheFox
NeoTheFox / config
Last active October 22, 2018 05:47
;Config for Lemur7 on Archlinux
[colors]
;background = ${xrdb:color0:#222}
background = #222
background-alt = #444
;foreground = ${xrdb:color7:#222}
foreground = #dfdfdf
foreground-alt = #555
primary = #ffb52a
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Set preferred serif, sans serif, and monospace fonts. -->
<alias>
<family>serif</family>
<prefer><family>Tinos</family></prefer>
</alias>
<alias>
<family>sans-serif</family>
@NeoTheFox
NeoTheFox / ipega2.conf
Last active October 3, 2016 09:54
IPEGA PG-9055 Xboxdrv config
[xboxdrv]
evdev-grab = true
rumble = false
mimic-xpad = true
[evdev-absmap]
ABS_HAT0X = dpad_x
ABS_HAT0Y = dpad_y
ABS_X = X1
Guifont Hack:h13
"colorscheme Tomorrow-Night
"colorscheme solarized
colorscheme NeoSolarized
set background=dark
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# background
@NeoTheFox
NeoTheFox / init.vim
Last active November 29, 2017 07:18
My NeoVim config
set nocompatible " be iMproved, required
filetype off " required
set termguicolors
set clipboard=unnamedplus
syntax on
set nu
autocmd BufRead,BufNewFile *.md setlocal spell spelllang=en_en
autocmd BufRead,BufNewFile *.txt setlocal spell spelllang=ru_ru
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true