sway: add wlogout, waybar power button, layer effects

This commit is contained in:
Fabio Scotto di Santolo
2026-05-17 15:32:26 +02:00
parent f7e7313246
commit a69edfbf43
8 changed files with 84 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
{"label": "logout", "action": "swaymsg exit", "text": "Logout", "keybind": "l"}
{"label": "reboot", "action": "loginctl reboot", "text": "Reboot", "keybind": "r"}
{"label": "shutdown", "action": "loginctl poweroff", "text": "Shutdown", "keybind": "s"}