|
@@ -63,6 +63,15 @@ bindsym Mod1+Shift+q kill
|
|
|
# start dmenu (a program launcher)
|
|
|
bindsym Mod1+d exec --no-startup-id dmenu_run -b
|
|
|
|
|
|
+# start firefox
|
|
|
+bindsym Mod1+Shift+f exec firefox
|
|
|
+
|
|
|
+# start spotify
|
|
|
+bindsym Mod1+Shift+s exec spotify
|
|
|
+
|
|
|
+# start discord
|
|
|
+bindsym Mod1+Shift+d exec discord
|
|
|
+
|
|
|
# change focus
|
|
|
bindsym Mod1+$left focus left
|
|
|
bindsym Mod1+$down focus down
|