diff --git a/aliases b/aliases deleted file mode 100644 index 4bb0b57..0000000 --- a/aliases +++ /dev/null @@ -1,31 +0,0 @@ -alias beep='printf "\007"' -alias cower='command cower -c' -alias fixterm='printf "c"' -alias less='command less -R' -alias mysql='command mysql --sigint-ignore' -alias pacman='command pacman --color=auto' -alias rgrep='command grep --exclude-dir=\.git -R' -alias ggrep='command git grep' -alias tailf='command less -R +F' -alias vi='command vim' - -# ls -alias ls='command ls --color=auto --group-directories-first ' -alias ll='ls -lha' - -# git -alias gci='command git commit' -alias gsl='command git stash list' -alias gss='command git status -sbu' -alias gup='command git pull' - -# tig -alias gsi='command tig status' - -# tmux -alias tmux='command tmux -2' -alias atmux='command tmux -2 attach' - -# screen -alias rscreen='command screen -Dr' -alias scr='command screen sudo -Es' diff --git a/ducky_mini b/ducky_mini deleted file mode 100644 index 97b48e7..0000000 --- a/ducky_mini +++ /dev/null @@ -1,94 +0,0 @@ -// This is a wip layout that mimicks ducky shine mini keyboard layout. -// Uses us standard and ru typewriter keyboard layouts. -// WIP, should be used with lv3 and grp switches -// Has to be copied to /usr/share/X11/xkb/symbols/ducky_mini - -default partial alphanumeric_keys -xkb_symbols "us" { - name[Group1] = "English (US, with a layout mimicking the Ducky Shine Mini fn functionality)"; - - include "us(basic)" - include "ducky_mini(common)" - - // chromium doesn't like it when esc is bound to a normal key :( - // key { [ Escape, asciitilde, grave, Escape ] }; - key { [ 1, exclam, F1, F1 ] }; - key { [ 2, at, F2, F2 ] }; - key { [ 3, numbersign, F3, F3 ] }; - key { [ 4, dollar, F4, F4 ] }; - key { [ 5, percent, F5, F5 ] }; - key { [ 6, asciicircum, F6, F6 ] }; - key { [ 7, ampersand, F7, F7 ] }; - key { [ 8, asterisk, F8, F8 ] }; - key { [ 9, parenleft, F9, F9 ] }; - key { [ 0, parenright, F10, F10 ] }; - key { [ minus, underscore, F11, F11 ] }; - key { [ equal, plus, F12, F12 ] }; - - key { [ o, O, Up, Up ] }; - key { [ p, P, Print, Sys_Req ] }; - key { [ bracketleft, braceleft, Scroll_Lock, Scroll_Lock ] }; - key { [ bracketright, braceright, Pause, Break ] }; - - key { [ j, J, Prior, Prior ] }; - key { [ k, K, Left, Left ] }; - key { [ l, L, Down, Down ] }; - key { [ semicolon, colon, Right, Right ] }; - key { [ apostrophe, quotedbl, Menu, Menu ] }; - - key { [ m, M, Next, Next ] }; - key { [ comma, less, Home, Home ] }; - key { [ period, greater, End, End ] }; - - key { [ backslash, bar, Insert, Insert ] }; - key { [ BackSpace, BackSpace, Delete, Delete ] }; -}; - -partial alphanumeric_keys -xkb_symbols "ru" { - name[Group1] = "Russian (RU typewriter, with a layout mimicking the Ducky Shine Mini fn functionality)"; - - include "ru(typewriter)" - include "ducky_mini(common)" - - // chromium doesn't like it when esc is bound to a normal key :( - // key { [ Escape, plus, bar, Escape ] }; - key { [ numerosign, 1, F1, F1 ] }; - key { [ minus, 2, F2, F2 ] }; - key { [ slash, 3, F3, F3 ] }; - key { [ quotedbl, 4, F4, F4 ] }; - key { [ colon, 5, F5, F5 ] }; - key { [ comma, 6, F6, F6 ] }; - key { [ period, 7, F7, F7 ] }; - key { [ underscore, 8, F8, F8 ] }; - key { [ question, 9, F9, F9 ] }; - key { [ percent, 0, F10, F10 ] }; - key { [ exclam, equal, F11, F11 ] }; - key { [ semicolon, backslash, F12, F12 ] }; - - key { [ Cyrillic_shcha, Cyrillic_SHCHA, Up ] }; - key { [ Cyrillic_ze, Cyrillic_ZE, Print, Sys_Req ] }; - key { [ Cyrillic_ha, Cyrillic_HA, Scroll_Lock, Scroll_Lock ] }; - key { [ Cyrillic_hardsign, Cyrillic_HARDSIGN, Pause, Break ] }; - - key { [ Cyrillic_o, Cyrillic_O, Prior, Prior ] }; - key { [ Cyrillic_el, Cyrillic_EL, Left, Left ] }; - key { [ Cyrillic_de, Cyrillic_DE, Down, Down ] }; - key { [ Cyrillic_zhe, Cyrillic_ZHE, Right, Right ] }; - key { [ Cyrillic_e, Cyrillic_E, Menu, Menu ] }; - - key { [ Cyrillic_softsign, Cyrillic_SOFTSIGN, Next, Next ] }; - key { [ Cyrillic_be, Cyrillic_BE, Home, Home ] }; - key { [ Cyrillic_yu, Cyrillic_YU, End, End ] }; - - key { [ parenright, parenleft, Insert, Insert ] }; - key { [ BackSpace, BackSpace, Delete, Delete ] }; -}; - -partial modifier_keys -xkb_symbols "common" { - name[Group1] = "Common (layout mimicking the Ducky Shine Mini fn functionality)"; - - replace key { [ Control_L ] }; - replace key { [ ISO_Level3_Shift ] }; -}; diff --git a/gxkb.cfg b/gxkb.cfg deleted file mode 100644 index 63519fb..0000000 --- a/gxkb.cfg +++ /dev/null @@ -1,9 +0,0 @@ -[xkb config] -group_policy=1 -default_group=0 -never_modify_config=false -model=pc105 -layouts=us,ru -variants=altgr-intl,typewriter -toggle_option=ctrl:nocaps,grp:win_space_toggle,compose:menu -compose_key_position= diff --git a/termite_config b/termite_config deleted file mode 100644 index e0a9f45..0000000 --- a/termite_config +++ /dev/null @@ -1,47 +0,0 @@ -# here be config! -[options] -scroll_on_output = false -scroll_on_keystroke = true -audible_bell = false -mouse_autohide = true -allow_bold = true -dynamic_title = true -urgent_on_bell = true -clickable_url = true -font = Fantasque Sans Mono 11 -scrollback_lines = 10000 -search_wrap = true -icon_name = terminal -cursor_blink = off -cursor_shape = block -browser = default-web-browser -size_hints = true - -[colors] -cursor = #dc322f -cursor_foreground = #fdf6e3 -foreground = #657b83 -foreground_bold = #002b36 -background = #fdf6e3 - -# base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized) -color0 = #073642 -color1 = #dc322f -color2 = #859900 -color3 = #b58900 -color4 = #268bd2 -color5 = #d33682 -color6 = #2aa198 -color7 = #eee8d5 - -color8 = #002b36 -color9 = #cb4b16 -color10 = #586e75 -color11 = #657b83 -color12 = #839496 -color13 = #6c71c4 -color14 = #93a1a1 -color15 = #fdf6e3 - -[hints] -font = Fantasque Sans Mono 9