๐Ÿ“ฆ PeDro0210 / General-Dotfiles

๐Ÿ“„ layout ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
    "label" : "reboot",
    "action" : "systemctl reboot",
    "text" : "Reboot",
    "keybind" : "r"
}
{
    "label" : "shutdown",
    "action" : "~/Documents/Shell-Scripts/wlogout/shutdown.sh",
    "text" : "Shutdown",
    "keybind" : "s"
}
{
    "label" : "logout",
    "action" : "loginctl kill-session '' --signal=SIGINT",
    "text" : "Logout",
    "keybind" : "l"
}