mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
36 lines
798 B
Text
36 lines
798 B
Text
{
|
|
"label" : "lock",
|
|
"action" : "sh -c '( swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 10x10)' & disown",
|
|
"text" : "Lock",
|
|
"keybind" : "l"
|
|
}
|
|
{
|
|
"label" : "hibernate",
|
|
"action" : "systemctl hibernate",
|
|
"text" : "Hibernate",
|
|
"keybind" : "h"
|
|
}
|
|
{
|
|
"label" : "logout",
|
|
"action" : "sh -c 'niri msg action quit skip-confirmation=true'",
|
|
"text" : "Logout",
|
|
"keybind" : "e"
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
"action" : "systemctl poweroff",
|
|
"text" : "Shutdown",
|
|
"keybind" : "s"
|
|
}
|
|
{
|
|
"label" : "suspend",
|
|
"action" : "systemctl suspend",
|
|
"text" : "Suspend",
|
|
"keybind" : "u"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
"action" : "systemctl reboot",
|
|
"text" : "Reboot",
|
|
"keybind" : "r"
|
|
}
|