prog/xmonad: add hotkey to run librewolf

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-05 14:48:22 +03:00
parent 8b07735970
commit 4b6e463377
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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