Update XMonad keyboard shortcuts
This commit is contained in:
@@ -111,8 +111,8 @@ myConfig =
|
||||
("M-S-s", namedScratchpadAction myScratchpads "Terminal"),
|
||||
("M-S-a", namedScratchpadAction myScratchpads "Cal"),
|
||||
("M-o", namedScratchpadAction myScratchpads "Btop"),
|
||||
("M-x", spawn "bluetoothctl connect E8:EE:CC:3E:A6:0D"),
|
||||
("M-S-x", spawn "bluetoothctl disconnect E8:EE:CC:3E:A6:0D")
|
||||
("M-x", spawn "bluetoothctl connect F4:9D:8A:B9:8C:EE"),
|
||||
("M-S-x", spawn "bluetoothctl disconnect F4:9D:8A:B9:8C:EE")
|
||||
]
|
||||
`additionalKeys` [ ((0, xF86XK_AudioMute), spawn "pactl set-sink-mute $(pactl get-default-sink) toggle"),
|
||||
((0, xF86XK_AudioLowerVolume), spawn "pactl set-sink-volume $(pactl get-default-sink) -10%"),
|
||||
|
||||
Reference in New Issue
Block a user