From d06a92769d2f3284e000142a9851b9f9bdf75f93 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 28 Mar 2024 14:03:34 +1300 Subject: [PATCH] sway: use obscure exit message Absolute security from normies. --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 8b34df1..420d5a0 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -94,7 +94,7 @@ floating_modifier $mod normal 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 SIGSWAYINT -B Act 'swaymsg exit' # Move your focus around bindsym $mod+$left focus left