mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-10-30 07:36:36 +00:00
Update toggle notifs & idle scripts + add to walker
This commit is contained in:
parent
ae439adcc4
commit
426e59bcd3
4 changed files with 143 additions and 9 deletions
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue