Update toggle notifs & idle scripts + add to walker

This commit is contained in:
ItsDrike 2025-10-25 18:16:42 +02:00
parent ae439adcc4
commit 426e59bcd3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
4 changed files with 143 additions and 9 deletions

View file

@ -156,3 +156,24 @@ clipboard = [
{ action = "toggle_images", global = true, label = "toggle images", bind = "ctrl i", after = "AsyncClearReload" },
{ action = "edit", bind = "ctrl o" },
]
"menus:system" = [
{ action = "lock", bind = "Return" },
{ action = "suspend", bind = "Return" },
{ action = "relaunch", bind = "Return" },
{ action = "restart", bind = "Return" },
{ action = "shutdown", bind = "Return" },
]
"menus:screenshots" = [
{ action = "to_clipboard", default = true, bind = "Return" },
{ action = "to_file", bind = "f" },
{ action = "to_swappy", bind = "e" },
{ action = "cp_use", default = true, bind = "Return" },
]
"menus:hyprland" = [
{ action = "toggle", default = true, bind = "Return" },
{ action = "start", bind = "u" },
{ action = "stop", bind = "d" },
]