aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/i3/config4
1 files 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"