diff --git a/autostart/autostart/browser.sh b/autostart/autostart/browser.sh new file mode 100755 index 0000000..9ef750c --- /dev/null +++ b/autostart/autostart/browser.sh @@ -0,0 +1 @@ +qutebrowser & diff --git a/autostart/autostart/irc.sh b/autostart/autostart/irc.sh new file mode 100755 index 0000000..1bbdf69 --- /dev/null +++ b/autostart/autostart/irc.sh @@ -0,0 +1 @@ +quasselclient & diff --git a/autostart/autostart/mail.sh b/autostart/autostart/mail.sh new file mode 100755 index 0000000..853b4b4 --- /dev/null +++ b/autostart/autostart/mail.sh @@ -0,0 +1 @@ +evolution & diff --git a/autostart/autostart/music.sh b/autostart/autostart/music.sh new file mode 100755 index 0000000..0d8e062 --- /dev/null +++ b/autostart/autostart/music.sh @@ -0,0 +1 @@ +clementine & diff --git a/autostart/autostart/voip.sh b/autostart/autostart/voip.sh new file mode 100755 index 0000000..7bd91e6 --- /dev/null +++ b/autostart/autostart/voip.sh @@ -0,0 +1,2 @@ +mumble & +teamspeak3 & diff --git a/i3/i3/config b/i3/i3/config index 99fb515..21725c3 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -38,15 +38,15 @@ set $signal_reboot reboot set $signal_shutdown shutdown - set $workspace1 1 + set $workspace1 1:web set $workspace2 2 set $workspace3 3 set $workspace4 4 set $workspace5 5 - set $workspace6 6 - set $workspace7 7 - set $workspace8 8 - set $workspace9 9 + set $workspace6 6:voip + set $workspace7 7:music + set $workspace8 8:irc + set $workspace9 9:mail set $workspace10 10 set $key_workspace1 1 @@ -254,6 +254,18 @@ client.urgent #2f343a #900000 #ffffff #900000 ### APPLICATION SPECIFIC SETTINGS ############################################## ################################################################################ +assign [class="^Mumble$"] $workspace6 +assign [class="^TeamSpeak 3$"] $workspace6 +assign [class="^Clementine$"] $workspace7 +assign [class="^quassel$"] $workspace8 +assign [class="^Thunderbird$"] $workspace9 +assign [class="^Evolution$"] $workspace9 + +bindsym $mod+F6 exec --no-startup-id mumble +bindsym $mod+F7 exec --no-startup-id clementine +bindsym $mod+F8 exec --no-startup-id quasselclient +bindsym $mod+F9 exec --no-startup-id evolution + ################################################################################ ### SPECIAL KEYBINDS ########################################################### ################################################################################