prog/xmonad: add hotkey to run librewolf
This commit is contained in:
parent
8b07735970
commit
4b6e463377
1 changed files with 4 additions and 1 deletions
|
@ -194,6 +194,9 @@ myKeys conf = mkKeymap conf $
|
|||
-- launch a 'flameshot' to screenshot
|
||||
, ("M-S-s", safeSpawn "flameshot" ["gui"])
|
||||
|
||||
-- launch 'librewolf' browser
|
||||
, ("M-S-b", spawn "librewolf")
|
||||
|
||||
-- launch 'dmenu_run' to choose applications
|
||||
, ("M-p", spawn "dmenu_run")
|
||||
|
||||
|
@ -243,7 +246,7 @@ myKeys conf = mkKeymap conf $
|
|||
-- Use this binding with avoidStruts from Hooks.ManageDocks.
|
||||
-- See also the statusBar function from Hooks.DynamicLog.
|
||||
--
|
||||
, ("M-b", sendMessage ToggleStruts)
|
||||
-- , ("M-b", sendMessage ToggleStruts)
|
||||
|
||||
|
||||
-- Lock screen
|
||||
|
|
Loading…
Reference in a new issue