minor changes to xmonad
This commit is contained in:
parent
3055ce0516
commit
e92efb0f36
@ -250,7 +250,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
--
|
--
|
||||||
[
|
[
|
||||||
-- decrease volume with mod+f11
|
-- decrease volume with mod+f11
|
||||||
((modm, xK_F11), spawn "/home/solomon/.scripts/dec-sink-volume")
|
, ((modm, xK_F11), spawn "/home/solomon/.scripts/dec-sink-volume")
|
||||||
|
|
||||||
-- increase volume with mod+f12
|
-- increase volume with mod+f12
|
||||||
, ((modm, xK_F12), spawn "/home/solomon/.scripts/inc-sink-volume")
|
, ((modm, xK_F12), spawn "/home/solomon/.scripts/inc-sink-volume")
|
||||||
@ -280,7 +280,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
--
|
--
|
||||||
[
|
[
|
||||||
-- increase backlight by 10 with mod+f9
|
-- increase backlight by 10 with mod+f9
|
||||||
((modm, xK_F9), spawn "backlight_control +5")
|
, ((modm, xK_F9), spawn "backlight_control +5")
|
||||||
|
|
||||||
-- decrese backlight by 10 with mod+f8x
|
-- decrese backlight by 10 with mod+f8x
|
||||||
, ((modm, xK_F8), spawn "backlight_control -5")
|
, ((modm, xK_F8), spawn "backlight_control -5")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user