[XMonad] Whitespace tweaks

This commit is contained in:
Ivan Malison 2016-10-13 00:09:35 -07:00
parent 6fb7541565
commit e5faaf7ed5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -69,7 +69,9 @@ addKeys conf@XConfig {modMask = modm} =
, ((0, xF86XK_AudioMute), spawn "pactl set-sink-mute 0 toggle") , ((0, xF86XK_AudioMute), spawn "pactl set-sink-mute 0 toggle")
, ((mod3Mask, xK_w), spawn "pactl set-sink-volume 0 +05%") , ((mod3Mask, xK_w), spawn "pactl set-sink-volume 0 +05%")
, ((mod3Mask, xK_s), spawn "pactl set-sink-volume 0 -05%") , ((mod3Mask, xK_s), spawn "pactl set-sink-volume 0 -05%")
] ++ ] ++
-- Replace original moving stuff around + greedy view bindings -- Replace original moving stuff around + greedy view bindings
[((additionalMask .|. modm, key), windows $ function workspace) [((additionalMask .|. modm, key), windows $ function workspace)
| (workspace, key) <- zip (workspaces conf) [xK_1 .. xK_9] | (workspace, key) <- zip (workspaces conf) [xK_1 .. xK_9]