[XMonad] Rename toggle binding

This commit is contained in:
Ivan Malison 2017-04-08 02:52:29 -07:00
parent 03d6894fbd
commit 8d95d32a63
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -793,8 +793,8 @@ addKeys conf@XConfig { modMask = modm } =
, ((hyper, xK_w), spawn "set_volume.sh up") , ((hyper, xK_w), spawn "set_volume.sh up")
, ((hyper, xK_s), spawn "set_volume.sh down") , ((hyper, xK_s), spawn "set_volume.sh down")
, ((hyper, xK_q), spawn "set_volume.sh mute") , ((hyper, xK_q), spawn "set_volume.sh mute")
, ((hyper .|. shiftMask, xK_q), spawn "mute_current_window.sh") , ((hyper .|. shiftMask, xK_q), spawn "toggle_mute_current_window.sh")
, ((hctrl, xK_q), spawn "mute_current_window.sh only") , ((hctrl, xK_q), spawn "toggle_mute_current_window.sh only")
, ((0, xF86XK_MonBrightnessUp), spawn "show_brightness.sh") , ((0, xF86XK_MonBrightnessUp), spawn "show_brightness.sh")
, ((0, xF86XK_MonBrightnessDown), spawn "show_brightness.sh") , ((0, xF86XK_MonBrightnessDown), spawn "show_brightness.sh")