File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,11 +582,26 @@ function configure_wlogout() {
582582 mkdir -p " $HOME " /.config/wlogout/
583583 cat > " $HOME " /.config/wlogout/layout << 'EOF '
584584[
585- { "label" : "lock", "action" : "swaylock" },
586- { "label" : "logout", "action" : "hyprctl dispatch exit" },
587- { "label" : "suspend", "action" : "systemctl suspend" },
588- { "label" : "reboot", "action" : "systemctl reboot" },
589- { "label" : "shutdown", "action" : "systemctl poweroff" }
585+ {
586+ "label": "lock",
587+ "action": "swaylock"
588+ },
589+ {
590+ "label": "logout",
591+ "action": "hyprctl dispatch exit"
592+ },
593+ {
594+ "label": "suspend",
595+ "action": "systemctl suspend"
596+ },
597+ {
598+ "label": "reboot",
599+ "action": "systemctl reboot"
600+ },
601+ {
602+ "label": "shutdown",
603+ "action": "systemctl poweroff"
604+ }
590605]
591606EOF
592607
You can’t perform that action at this time.
0 commit comments