commit 119f31edb4f0c61fd074229040dd93e047ff7cb4 parent 1df24506898a73d4586e3cc4118448104200ffba Author: Nihal Jere <nihal@nihaljere.xyz> Date: Tue, 14 Sep 2021 17:33:54 -0500 config.in: use swaynag -B instead of -b '-b' spawns a terminal, which is unnecessary for this use case Diffstat:
| M | config.in | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.in b/config.in @@ -82,7 +82,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 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 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: #