Move from scrot to flameshot (screenshtos)

This commit is contained in:
ItsDrike 2021-07-29 05:02:32 +02:00
parent 904e3ff1df
commit ad87763a8a
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 5 additions and 67 deletions

View file

@ -115,10 +115,11 @@ myKeys =
, ("M-S-<Return>", spawn "dmenu_run -i -p \"Run: \"")
-- Screenshots
, ("<Print>", spawn "screenshot --xmonad") -- Full screenshot, file
, ("M-<Print>", spawn "screenshot --xmonad -c") -- Full screenshot, clipboard
, ("S-<Print>", spawn "screenshot --xmonad -s") -- Selection screenshot, file
, ("M-S-<Print>", spawn "screenshot --xmonad -s -c") -- Selection screenshot, clipboard
, ("<Print>", spawn "flameshot gui")
, ("M-<Print>", spawn "flameshot screen -p ~/Pictures/Screenshots")
, ("M-S-<Print>", spawn "flameshot screen -c")
, ("C-<Print>", spawn "flameshot full -p ~/Pictures/Screenshots")
, ("C-S-<Print>", spawn "flameshot full -c")
-- Script shortcuts
, ("M-S-p", spawn "setbg ~/Pictures/Wallpapers/Active") -- Set random background