Browse Source

Add bindings for Spotify, Discord and Firefox

Frans Bergman 6 years ago
parent
commit
cac26bb25c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .config/i3/config

+ 9 - 0
.config/i3/config

@@ -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