This commit is contained in:
2026-04-29 20:25:55 +02:00
parent a60f923e59
commit 417d48f0f5
15 changed files with 63 additions and 110 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"label": "lock",
"action": "hyprlock &",
"action": "loginctl lock-session",
"text": "Lock",
"keybind": "l"
}
@@ -24,7 +24,7 @@
}
{
"label": "suspend",
"action": "sleep 0.1 && systemctl suspend",
"action": "systemctl suspend",
"text": "Suspend",
"keybind": "u"
}
@@ -33,4 +33,4 @@
"action": "systemctl reboot",
"text": "Reboot",
"keybind": "r"
}
}