initial commit

This commit is contained in:
smayzy
2025-02-25 20:41:09 +01:00
parent df6886f73d
commit 5efc78497f
22 changed files with 806 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"label" : "logout",
"action" : "sleep 1; hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "l"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}