Change browser keybinding to M-f on xmonad
This commit is contained in:
parent
70cff689cf
commit
73230afd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ main = do
|
|||
}
|
||||
`additionalKeysP`
|
||||
[ ("M-e", spawn myEmacs)
|
||||
, ("M-v", spawn myBrowser)
|
||||
, ("M-f", spawn myBrowser)
|
||||
, ("<XF86MonBrightnessUp>", spawn "brightnessctl s +2%")
|
||||
, ("<XF86MonBrightnessDown>", spawn "brightnessctl s 2%-")
|
||||
, ("<XF86AudioRaiseVolume>", spawn "amixer -q sset Master 3%+")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue