summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-12-06 23:23:29 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2022-12-06 23:23:29 +0100
commit7ebfd176badca221a68d8a00e6328dbeca66a39f (patch)
tree383c9ac8026335c1f3990d5a77652cccfc877e94
parent454b9c7d5cc9c5388de27c489f5eb5a105186ca8 (diff)
Disable swaynag
-rw-r--r--sway.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway.config b/sway.config
index 849b0a7..3ec37e4 100644
--- a/sway.config
+++ b/sway.config
@@ -89,7 +89,8 @@ input type:pointer
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
- bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
+ bindsym $mod+Shift+e exit
+ #bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
#
# Moving around:
#