add old dotfiles (probably gonna rewrite them anyways but will be enough for now)

This commit is contained in:
smayzy
2025-06-18 18:31:59 +02:00
parent 7261502a3c
commit 31ddf52257
191 changed files with 1669 additions and 1 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"
}