From a3e63f3e49af6360665f6e5045ee9b599294b18d Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 31 Dec 2022 16:23:45 +0100 Subject: Improve git config --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index d9597d0..3806521 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -169,7 +169,7 @@ input "1:1:AT_Translated_Set_2_keyboard" xkb_layout no bindsym $mod+Shift+r reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Ctrl+q 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+Ctrl+q exec swaynag -t warning -m 'You pressed Super + Q. What do you want to do?' -B 'Log out' 'swaymsg exit' -B 'Reboot' 'reboot' -B 'Power off' 'poweroff' # # Moving around: # -- cgit v1.2.3