Skip to content

Commit 05300f3

Browse files
Save changes at: 1774123364
1 parent b1fd3d5 commit 05300f3

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

sway.sh

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff 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
]
591606
EOF
592607

0 commit comments

Comments
 (0)