This commit is contained in:
Stephan Raabe
2024-04-20 17:57:31 +02:00
parent be8b15c1a0
commit 1ee73645e1
72 changed files with 347 additions and 772 deletions

View File

@@ -1,6 +1,6 @@
{
"label" : "lock",
"action" : "sleep 1; hyprlock",
"action" : "$HOME/dotfiles/hypr/scripts/lock.sh",
"text" : "Lock",
"keybind" : "l"
}
@@ -18,19 +18,19 @@
}
{
"label" : "shutdown",
"action" : "sleep 1; systemctl poweroff",
"action" : "$HOME/dotfiles/hypr/scripts/shutdown.sh",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "sleep 1; systemctl suspend",
"action" : "$HOME/dotfiles/hypr/scripts/suspend.sh",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "sleep 1; systemctl reboot",
"action" : "$HOME/dotfiles/hypr/scripts/reboot.sh",
"text" : "Reboot",
"keybind" : "r"
}