Finally fixed elusive <BS> key in vim
This commit is contained in:
parent
66603a19dd
commit
bb7503e384
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user