aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-07-27 23:10:43 -0300
committerEuAndreh <eu@euandre.org>2020-07-27 23:10:43 -0300
commit109a17666bd87ef54f849b533faa969bdc029b65 (patch)
treea83d45c698653f732fde9265acd0cb52176e3140 /xmonad
parentconfiguration.nix: Update and run GC (diff)
downloaddotfiles-109a17666bd87ef54f849b533faa969bdc029b65.tar.gz
dotfiles-109a17666bd87ef54f849b533faa969bdc029b65.tar.xz
xmonad.hs: Update escrotum output path
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/xmonad.hs4
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")