Add screen select screenshot with Alt+PrtSc

master
Lars Vierbergen 8 years ago
parent ecf7b95812
commit f095dffe5b
  1. 1
      xmonad.hs

@ -86,6 +86,7 @@ main = do
-- , ((modMask baseConfig, xK_r), spawn "~/.xmonad/action-manager/command.sh redshift ~/.xmonad/actioncontrol") -- , ((modMask baseConfig, xK_r), spawn "~/.xmonad/action-manager/command.sh redshift ~/.xmonad/actioncontrol")
-- , ((modMask baseConfig, xK_e), spawn "caja") -- , ((modMask baseConfig, xK_e), spawn "caja")
, ((0, xK_Print), spawn "scrot") , ((0, xK_Print), spawn "scrot")
, ((mod1Mask, xK_Print), spawn "scrot -s")
-- Normal Alt-Tab behavior -- Normal Alt-Tab behavior
, ((mod1Mask, xK_Tab ), windows W.focusDown) -- %! Move focus to the next window , ((mod1Mask, xK_Tab ), windows W.focusDown) -- %! Move focus to the next window
, ((mod1Mask .|. shiftMask, xK_Tab ), windows W.focusUp ) -- %! Move focus to the previous window , ((mod1Mask .|. shiftMask, xK_Tab ), windows W.focusUp ) -- %! Move focus to the previous window

Loading…
Cancel
Save