mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
carbon: +shotgun +hacksaw
shotgun is awesome
This commit is contained in:
parent
898189b3c7
commit
0f146c20ef
2 changed files with 6 additions and 5 deletions
|
|
@ -173,11 +173,11 @@ myKeymaps =
|
|||
-- TODO: https://libreddit.earth2077.fr/r/xmonad/comments/i1s9do/keybinding_send_key_to_application/
|
||||
|
||||
-- screenshot
|
||||
, ( (mod4Mask .|. shiftMask, xK_3)
|
||||
, spawn "scrot -F - | xclip -in -selection clipboard -t image/png"
|
||||
, ( (mod4Mask .|. shiftMask, xK_3) -- fullscreen
|
||||
, spawn "shotgun -s | xclip -in -selection clipboard -t image/png"
|
||||
)
|
||||
, ( (mod4Mask .|. shiftMask, xK_4)
|
||||
, spawn "scrot -s -F - | xclip -in -selection clipboard -t image/png"
|
||||
, ( (mod4Mask .|. shiftMask, xK_4) -- use hacksaw to select
|
||||
, spawn "shotgun -g $(hacksaw) - | xclip -in -selection clipboard -t image/png"
|
||||
)
|
||||
, ( (controlMask .|. mod4Mask .|. shiftMask, xK_4)
|
||||
, spawn "scrot -s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue