Skip to content

Commit

Permalink
feat: replace swaynag message with wlogout
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelAngel committed Sep 1, 2024
1 parent 6c8510c commit f82ea07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes.container/etc/sway/config.vanillaos
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stages:
- fonts-font-awesome
- fuzzel
- pulseaudio-utils # pactl
- wlogout

- name: sway-config-overwrite
type: shell
Expand Down

0 comments on commit f82ea07

Please sign in to comment.