Skip to content

Commit

Permalink
Fix screen lock keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Apr 22, 2024
1 parent 7f75483 commit 608736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-modules/xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
-- launch a terminal
[ (modm, xK_Return) ~> spawn $ XMonad.terminal conf,
-- lock screen
(modm, xK_l) ~> spawn "xset s activate",
(modm, xK_l) ~> spawn "physlock -d",
-- launch browser
(modm, xK_w) ~> spawn "firefox",
-- Color picker
Expand Down

0 comments on commit 608736e

Please sign in to comment.