commit
972b16a0d8
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ bindsym $mod+Shift+Q kill
|
||||||
bindsym $mod+p exec dmenu_run
|
bindsym $mod+p exec dmenu_run
|
||||||
|
|
||||||
# start firefox
|
# start firefox
|
||||||
bindsym $mod++Shift+f exec firefox
|
bindsym $mod++Shift+f exec firefox || iceweasel
|
||||||
|
|
||||||
# start cmus
|
# start cmus
|
||||||
bindsym $mod+m exec music
|
bindsym $mod+m exec music
|
||||||
|
@ -166,6 +166,7 @@ bindsym $mod+F10 exec amixer -c 0 set PCM 5+
|
||||||
# Application Workspace assignment
|
# Application Workspace assignment
|
||||||
|
|
||||||
assign [class="Firefox"] $ws2
|
assign [class="Firefox"] $ws2
|
||||||
|
assign [class="Iceweasel"] $ws2
|
||||||
assign [title="ssh"] $ws4
|
assign [title="ssh"] $ws4
|
||||||
assign [class="Thunderbird"] $ws7
|
assign [class="Thunderbird"] $ws7
|
||||||
assign [title="music"] $ws8
|
assign [title="music"] $ws8
|
||||||
|
|
Loading…
Reference in a new issue