minor changes

This commit is contained in:
2021-06-13 15:15:17 +02:00
parent 6378080477
commit 3eaa426c5c
4 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -174,15 +174,15 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
spawn myLauncher)
-- Take a full screenshot using the command specified by myScreenshot.
, ((modMask .|. controlMask, xK_p),
, ((modMask, xK_Print),
spawn myScreenshotFull)
-- Take a full screenshot using the command specified by myScreenshot.
, ((modMask .|. controlMask .|. shiftMask, xK_p),
, ((modMask .|. controlMask, xK_Print),
spawn myScreenshotSelective)
-- run autorandr to switch configuration
, ((modMask, xK_Print),
, ((modMask, xK_Home),
spawn "autorandr -c")
-- Toggle current focus window to fullscreen