From c2cbcef96a1c19220683302764a4e6e4261f30e9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 2 Nov 2024 00:46:25 +0000 Subject: Change sway exit message --- dot-config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config/sway/config') diff --git a/dot-config/sway/config b/dot-config/sway/config index d0629e0..d491664 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -70,7 +70,7 @@ bindsym $mod+Space exec bemenu-run -p ">" -H 23 bindsym $mod+Return exec $term bindsym $mod+q kill bindsym $mod+r reload -bindsym $mod+e exec swaynag -t warning -m 'Do you want to exit sway?' -B 'Yes, exit sway' 'swaymsg exit' +bindsym $mod+e exec swaynag -t warning -m 'Do you want to logout from Sway?' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Escape exit bindsym --locked XF86MonBrightnessUp exec brightnessctl --save set +10% -- cgit