Updated i3 for debian (iceweasel)
This commit is contained in:
parent
8f5060bb65
commit
7899f649e1
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ bindsym $mod+Shift+Q kill
|
|||
bindsym $mod+p exec dmenu_run
|
||||
|
||||
# start firefox
|
||||
bindsym $mod++Shift+f exec firefox
|
||||
bindsym $mod++Shift+f exec firefox || iceweasel
|
||||
|
||||
# start cmus
|
||||
bindsym $mod+m exec music
|
||||
|
@ -166,6 +166,7 @@ bindsym $mod+F10 exec amixer -c 0 set PCM 5+
|
|||
# Application Workspace assignment
|
||||
|
||||
assign [class="Firefox"] $ws2
|
||||
assign [class="Iceweasel"] $ws2
|
||||
assign [title="ssh"] $ws4
|
||||
assign [class="Thunderbird"] $ws7
|
||||
assign [title="music"] $ws8
|
||||
|
|
Loading…
Reference in a new issue