add zsh config, switch from fish

This commit is contained in:
2020-01-21 00:10:23 +01:00
parent 0cbfd510eb
commit 9860dc42b1
5 changed files with 52 additions and 3 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ bindsym $mod+r mode "resize"
set $mode_cmd [c st] [F firefox] [H hibernate] [L suspend]
mode "$mode_cmd" {
bindsym c exec st -e /usr/bin/fish; mode "default"
bindsym c exec st; mode "default"
bindsym Shift+f exec "firefox"; mode "default"
bindsym --release Shift+h exec "systemctl hibernate"; mode "default"
bindsym --release Shift+l exec "systemctl suspend"; mode "default"