summaryrefslogtreecommitdiff
path: root/.config/sway/logout.d/power/layout
blob: 2b53986e941c1c79ab85418c10b0c994e5424eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "label" : "lock",
    "action" : "swaylock -f -c 14171d",
    "text" : "Lock",
    "keybind" : "l"
}
{
    "label" : "logout",
    "action" : "loginctl terminate-user $USER",
    "text" : "Logout",
    "keybind" : "e"
}
{
    "label" : "shutdown",
    "action" : "loginctl poweroff",
    "text" : "Shutdown",
    "keybind" : "s"
}
{
    "label" : "suspend",
    "action" : "loginctl suspend",
    "text" : "Suspend",
    "keybind" : "u"
}
{
    "label" : "reboot",
    "action" : "reboot",
    "text" : "Reboot",
    "keybind" : "r"
}