Add Sway session with Waybar and split configs for Hyprland

This commit is contained in:
Fabio Scotto di Santolo
2026-03-31 17:04:05 +02:00
parent 8679bfadc8
commit e12b1b368b
19 changed files with 533 additions and 32 deletions

View File

@@ -17,6 +17,9 @@ case "$choice" in
;;
Logout)
case "${XDG_CURRENT_DESKTOP:-}" in
*sway*|*Sway*)
swaymsg exit
;;
*Hyprland*|*hyprland*)
hyprctl dispatch exit
;;