aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nihal Jere <nihal@nihaljere.xyz>2021-09-14 17:33:54 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2021-10-17 21:30:33 +0200
commit119f31edb4f0c61fd074229040dd93e047ff7cb4 (patch)
tree6edb1333da24ec19a45ab435e88fd9ed05a37c68
parentgithub: don't truncate debug logs (diff)
downloadsway-119f31edb4f0c61fd074229040dd93e047ff7cb4.tar.gz
sway-119f31edb4f0c61fd074229040dd93e047ff7cb4.tar.zst
sway-119f31edb4f0c61fd074229040dd93e047ff7cb4.zip
config.in: use swaynag -B instead of -b
'-b' spawns a terminal, which is unnecessary for this use case
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index e0fdab3f..94050ba6 100644
--- a/config.in
+++ b/config.in
@@ -82,7 +82,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
82 bindsym $mod+Shift+c reload 82 bindsym $mod+Shift+c reload
83 83
84 # Exit sway (logs you out of your Wayland session) 84 # Exit sway (logs you out of your Wayland session)
85 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' 85 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'
86# 86#
87# Moving around: 87# Moving around:
88# 88#