Files
dotfiles/config/.config/wlogout/layout
Daniil Tsivinsky 75336b5377 add swaylock.sh script
it uses fork of swaylock called swaylock-effects
2022-06-15 21:24:20 +03:00

25 lines
436 B
Plaintext

{
"label" : "lock",
"action" : "$HOME/dotfiles/bin/swaylock.sh",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}