From da5e7b7fe57a6e5730d782f3dd5c20bea3e2d109 Mon Sep 17 00:00:00 2001 From: Sencyy Date: Wed, 7 Aug 2024 20:11:27 -0300 Subject: [PATCH] fix screenshot (i think) --- sway/.config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index e2f405e..3578b4d 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -73,9 +73,9 @@ input type:pointer { # Basics: # # Take screenshot - bindsym Print exec sway-screenshot -m region --clipboard-only - bindsym $mod+Shift+s exec sway-screenshot -m region --clipboard-only - # Start a terminal + bindsym Print exec slurp | grim -g - - | wl-copy + bindsym $mod+Shift+s exec slurp | grim -g - - | wl-copy + # Start a terminal bindsym $mod+Return exec $term # Start browser