From d3ced57f14a7c89360c539e456d4f072156e76ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 4 Jul 2025 11:08:46 +0200 Subject: [PATCH] vanadium/xmonad: no show cursor in maim --- nix/configurations/vanadium/home/xmonad/xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/configurations/vanadium/home/xmonad/xmonad.hs b/nix/configurations/vanadium/home/xmonad/xmonad.hs index 3fa42236..44994725 100644 --- a/nix/configurations/vanadium/home/xmonad/xmonad.hs +++ b/nix/configurations/vanadium/home/xmonad/xmonad.hs @@ -186,9 +186,9 @@ main = xmonad -- Screenshots ++ (let - 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 -" + fullscreen = "maim -u | xclip -in -selection clipboard -t image/png" + withSelection = "maim -u -s -b 5 -o | xclip -in -selection clipboard -t image/png" + toFloat = "maim -u -s -b 5 -o | feh --auto-zoom -" in [ ((0, xK_Print), spawn fullscreen ) , ((superMask .|. shiftMask, xK_3 ), spawn fullscreen )