diff options
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 4eb91d71..5703f577 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -267,6 +267,10 @@ hostFromName h | |||
267 | , ((XMonad.modMask conf .|. mod1Mask, xK_Down), rotate D) | 267 | , ((XMonad.modMask conf .|. mod1Mask, xK_Down), rotate D) |
268 | , ((XMonad.modMask conf .|. mod1Mask, xK_Left), rotate L) | 268 | , ((XMonad.modMask conf .|. mod1Mask, xK_Left), rotate L) |
269 | , ((XMonad.modMask conf .|. mod1Mask, xK_Right), rotate R) | 269 | , ((XMonad.modMask conf .|. mod1Mask, xK_Right), rotate R) |
270 | , ((controlMask, xK_space ), "dunst close" ) | ||
271 | , ((controlMask .|. shiftMask, xK_space ), "dunst close-all" ) | ||
272 | , ((controlMask, xK_period), "dunst context" ) | ||
273 | , ((controlMask, xK_comma ), "dunst history-pop") | ||
270 | -- , ((XMonad.modMask conf .|. shiftMask, xK_a), startMute "hel") | 274 | -- , ((XMonad.modMask conf .|. shiftMask, xK_a), startMute "hel") |
271 | ] ) | 275 | ] ) |
272 | , hKeyUpKeys = \conf -> Map.fromList [ -- ((XMonad.modMask conf .|. shiftMask, xK_a), stopMute "hel") | 276 | , hKeyUpKeys = \conf -> Map.fromList [ -- ((XMonad.modMask conf .|. shiftMask, xK_a), stopMute "hel") |