minor changes
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user