From f82ea07ac077567ace0eb6e934eb369d0b2ff787 Mon Sep 17 00:00:00 2001 From: Angelos Drossos Date: Sun, 1 Sep 2024 21:44:37 +0200 Subject: [PATCH] feat: replace swaynag message with wlogout --- includes.container/etc/sway/config.vanillaos | 2 +- recipe.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes.container/etc/sway/config.vanillaos b/includes.container/etc/sway/config.vanillaos index fa803ed..8e471a2 100644 --- a/includes.container/etc/sway/config.vanillaos +++ b/includes.container/etc/sway/config.vanillaos @@ -73,7 +73,7 @@ output * bg /usr/share/backgrounds/vanilla/petals_light.webp stretch 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 wlogout # # Moving around: # diff --git a/recipe.yml b/recipe.yml index 8422af4..9bb08de 100644 --- a/recipe.yml +++ b/recipe.yml @@ -35,6 +35,7 @@ stages: - fonts-font-awesome - fuzzel - pulseaudio-utils # pactl + - wlogout - name: sway-config-overwrite type: shell