diff options
author | Nihal Jere <nihal@nihaljere.xyz> | 2021-09-14 17:33:54 -0500 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-10-17 21:30:33 +0200 |
commit | 119f31edb4f0c61fd074229040dd93e047ff7cb4 (patch) | |
tree | 6edb1333da24ec19a45ab435e88fd9ed05a37c68 /config.in | |
parent | 1df24506898a73d4586e3cc4118448104200ffba (diff) |
config.in: use swaynag -B instead of -b
'-b' spawns a terminal, which is unnecessary for this use case
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: # |