Fixed typo, added thunderbird
This commit is contained in:
parent
9cfebfb624
commit
b43e38fd28
1 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,10 @@ 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 || iceweasel
|
bindsym $mod+Shift+f exec firefox || iceweasel
|
||||||
|
|
||||||
|
# start thunderbird
|
||||||
|
bindsym $mod+Shift+t exec thunderbird
|
||||||
|
|
||||||
# start cmus
|
# start cmus
|
||||||
bindsym $mod+m exec music
|
bindsym $mod+m exec music
|
||||||
|
|
Loading…
Reference in a new issue