diff options
| -rw-r--r-- | xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 665d5ced..6f19dd35 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -60,9 +60,9 @@ myKeyPBindings = , ("C-M-l", spawn "dm-tool switch-to-greeter") -- print whole screen - , ("M-<Print>", spawn "escrotum ~/Desktop/%Y-%m-%d-%T-screenshot.png") + , ("M-<Print>", spawn "escrotum ~/Bureau/%Y-%m-%d-%T-screenshot.png") -- print screen of clicked window - , ("C-M-<Print>", spawn "escrotum ~/Desktop/%Y-%m-%d-%T-screenshot.png -s") + , ("C-M-<Print>", spawn "escrotum ~/Bureau/%Y-%m-%d-%T-screenshot.png -s") -- xrandr single monitor setup , ("C-M-1", spawn "~/dev/libre/dotfiles/scripts/ad-hoc/single-monitor.sh") |
