summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:12 +0100
commit548655b43e1276df3dbdb0c9094e8bbe75276f12 (patch)
tree12ac41ed36a775f237bb167c29784b07791dbad4
parent0d2b68479bb5771de321c5aa58d37a383217b4a8 (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:
#