mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: fix maim screenshot binding
This commit is contained in:
parent
8a47ee0bc1
commit
9227aa9ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ main = xmonad
|
|||
|
||||
-- Screenshots
|
||||
++ (let
|
||||
fullscreen = "maim | xclip -in -selection clipboard"
|
||||
fullscreen = "maim | xclip -in -selection clipboard -t image/png"
|
||||
withSelection = "maim -s -b 5 -o | xclip -in -selection clipboard -t image/png"
|
||||
toFloat = "maim -s -b 5 -o | feh --auto-zoom -"
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue