Finally fixed elusive <BS> key in vim

This commit is contained in:
Austen Adler 2015-03-17 20:03:05 -04:00
parent 66603a19dd
commit bb7503e384
2 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ bar {
} }
} }
new_window pixel 1 new_window pixel 0
# split in vertical orientation # split in vertical orientation
bindsym $mod+v split h bindsym $mod+v split h
# split in horizontal orientation # split in horizontal orientation
@ -189,4 +189,5 @@ bindsym $mod+shift+p exec "~/.i3/run.sh pass"
#exec --no-startup-id /usr/bin/synapse -s #exec --no-startup-id /usr/bin/synapse -s
exec --no-startup-id /usr/bin/zeal exec --no-startup-id /usr/bin/zeal
exec --no-startup-id xset -b exec --no-startup-id xset -b
exec --no-startup-id zsh -c 'pidof syncthing||screen -dmS syncthing /home/stonewareslord/applications/syncthing/syncthing '
# vim: ts=2:sw=2:et # vim: ts=2:sw=2:et

View File

@ -42,3 +42,4 @@ UXTerm*color6: #00d7ff
UXTerm*color14: #00d7ff UXTerm*color14: #00d7ff
UXTerm*color7: #ffffff UXTerm*color7: #ffffff
UXTerm*color15: #ffffff UXTerm*color15: #ffffff
UXTerm*backarrowKey: false