1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-04-26 11:45:08 +02:00

config.in: use swaynag -B instead of -b

'-b' spawns a terminal, which is unnecessary for this use case
This commit is contained in:
Nihal Jere 2021-09-14 17:33:54 -05:00 committed by Simon Ser
parent 1df2450689
commit 119f31edb4

View File

@ -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:
#