mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/xmonad: no show cursor in maim
This commit is contained in:
parent
cb89de4049
commit
d3ced57f14
1 changed files with 3 additions and 3 deletions
|
|
@ -186,9 +186,9 @@ main = xmonad
|
||||||
|
|
||||||
-- Screenshots
|
-- Screenshots
|
||||||
++ (let
|
++ (let
|
||||||
fullscreen = "maim | xclip -in -selection clipboard -t image/png"
|
fullscreen = "maim -u | xclip -in -selection clipboard -t image/png"
|
||||||
withSelection = "maim -s -b 5 -o | xclip -in -selection clipboard -t image/png"
|
withSelection = "maim -u -s -b 5 -o | xclip -in -selection clipboard -t image/png"
|
||||||
toFloat = "maim -s -b 5 -o | feh --auto-zoom -"
|
toFloat = "maim -u -s -b 5 -o | feh --auto-zoom -"
|
||||||
in
|
in
|
||||||
[ ((0, xK_Print), spawn fullscreen )
|
[ ((0, xK_Print), spawn fullscreen )
|
||||||
, ((superMask .|. shiftMask, xK_3 ), spawn fullscreen )
|
, ((superMask .|. shiftMask, xK_3 ), spawn fullscreen )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue