From 97f8daf096a0f0773bc500d938ff27abbe04c096 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 31 May 2021 09:31:42 +0700 Subject: [PATCH] fix screenshotting --- users/rin/sxhkd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/rin/sxhkd.nix b/users/rin/sxhkd.nix index b1a4f43..e96d8b4 100644 --- a/users/rin/sxhkd.nix +++ b/users/rin/sxhkd.nix @@ -11,8 +11,8 @@ in rec { "super + Return" = "rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'"; # Printscreen - "Print" = "maim -us | tee ~/Pictures/Screenshots/$(date + %s)c.png | xclip -selection clipboard -t image/png"; - "shift + Print" = "maim -u | tee ~/Pictures/Screenshots/$(date + %s).png | xclip -selection clipboard -t image/png"; + "Print" = "maim -us | tee ~/Pictures/Screenshots/$(date +%s)c.png | xclip -selection clipboard -t image/png"; + "shift + Print" = "maim -u | tee ~/Pictures/Screenshots/$(date +%s).png | xclip -selection clipboard -t image/png"; # Quick-kill picom "super + p" = "systemctl --user stop picom";