Change reload keybinding command to reload xmobar.
This commit is contained in:
parent
f70f93141f
commit
c888ed8fb7
1 changed files with 1 additions and 0 deletions
|
|
@ -42,4 +42,5 @@ myKeybindings = [ ("M-e", spawn myEmacs)
|
||||||
, ("<XF86AudioRaiseVolume>", spawn "amixer -q sset Master 3%+")
|
, ("<XF86AudioRaiseVolume>", spawn "amixer -q sset Master 3%+")
|
||||||
, ("<XF86AudioLowerVolume>", spawn "amixer -q sset Master 3%-")
|
, ("<XF86AudioLowerVolume>", spawn "amixer -q sset Master 3%-")
|
||||||
, ("M-<Return>", spawn myTerminal)
|
, ("M-<Return>", spawn myTerminal)
|
||||||
|
, ("M-q", spawn "xmonad --recompile; killall xmobar; xmonad --restart")
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue