From 5e9ede64b166059cedfcc5d4cbb71fd4e0dc114a Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 19 Dec 2024 20:43:12 +0300 Subject: [PATCH] Sway: Fix screenshots. --- home/file/sway/module/Screenshot.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/file/sway/module/Screenshot.conf b/home/file/sway/module/Screenshot.conf index 8dd39818..bc2722da 100644 --- a/home/file/sway/module/Screenshot.conf +++ b/home/file/sway/module/Screenshot.conf @@ -1,5 +1,5 @@ -bindsym --to-code $mod+y exec @FullscreenScreenshot@/bin/FullscreenScreenshot} -bindsym --to-code $mod+shift+y exec @FullscreenRecording@/bin/FullscreenRecording} +bindsym --to-code $mod+y exec @FullscreenScreenshot@/bin/FullscreenScreenshot +bindsym --to-code $mod+shift+y exec @FullscreenRecording@/bin/FullscreenRecording -bindsym --to-code $mod+v exec @SelectScreenshot@/bin/SelectScreenshot} -bindsym --to-code $mod+shift+v exec @SelectRecording@/bin/SelectRecording} +bindsym --to-code $mod+v exec @SelectScreenshot@/bin/SelectScreenshot +bindsym --to-code $mod+shift+v exec @SelectRecording@/bin/SelectRecording