From fb06cbc0dda587fe60532a10ea1befdad19b0d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 16 Jun 2020 13:12:46 +0200 Subject: config/i3: fix xshot usage --- config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/i3/config b/config/i3/config index 4beb037..adb47c7 100644 --- a/config/i3/config +++ b/config/i3/config @@ -139,8 +139,8 @@ set $xshot Xshot: (w)indow or (d)desktop mode "$xshot" { # Note: xshot window is for some reason broken. # It won't run when not spawned in terminal - bindsym w exec xshot window, mode "default" - bindsym d exec --no-startup-id xshot desktop, mode "default" + bindsym --release w exec xshot window, mode "default" + bindsym --release d exec --no-startup-id xshot desktop, mode "default" bindsym Return mode "default" bindsym Escape mode "default" -- cgit v1.2.3