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
|
||||
|
||||
# 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
|
||||
bindsym $mod+m exec music
|
||||
|
@ -175,5 +178,5 @@ assign [class="Pidgin"] $ws9
|
|||
|
||||
# Load
|
||||
exec xbacklight -set 20
|
||||
exec nm-applet
|
||||
exec nm-applet
|
||||
exec feh --bg-fill /tmp/wallpaper
|
||||
|
|
Loading…
Reference in a new issue