Eeeem
This commit is contained in:
parent
defa6f9c56
commit
f353b3e31b
|
@ -16,6 +16,7 @@ bindsym $mod+Return exec $term
|
||||||
bindsym $mod+t exec $term
|
bindsym $mod+t exec $term
|
||||||
bindsym $mod+Alt+Return exec urxvt
|
bindsym $mod+Alt+Return exec urxvt
|
||||||
bindsym $mod+c kill
|
bindsym $mod+c kill
|
||||||
|
bindsym $mod+Shift+c kill # TODO: kill -9
|
||||||
bindsym $mod+Space exec $menu
|
bindsym $mod+Space exec $menu
|
||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
bindsym $mod+Control+Escape exit
|
bindsym $mod+Control+Escape exit
|
||||||
|
|
|
@ -48,7 +48,7 @@ links=(
|
||||||
"apps/neovim/" "$HOME/.vim"
|
"apps/neovim/" "$HOME/.vim"
|
||||||
"apps/neovim/init.vim" "$HOME/.vimrc"
|
"apps/neovim/init.vim" "$HOME/.vimrc"
|
||||||
"bin/lib/colors/vim" "$XDG_CONFIG_HOME/nvim/colors/base16-donokai.vim"
|
"bin/lib/colors/vim" "$XDG_CONFIG_HOME/nvim/colors/base16-donokai.vim"
|
||||||
"apps/emacs/" "$HOME/.emacs.d"
|
"apps/emacs/" "$HOME/.emacs.lytedev"
|
||||||
|
|
||||||
# gtk configuration files
|
# gtk configuration files
|
||||||
"apps/de/gtk/2rc" "$HOME/.gtkrc-2.0"
|
"apps/de/gtk/2rc" "$HOME/.gtkrc-2.0"
|
||||||
|
|
Reference in a new issue