diff options
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/system_keybinds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/system_keybinds.lua b/config/hypr/configs/system_keybinds.lua index b8f66666..ca03b2b9 100644 --- a/config/hypr/configs/system_keybinds.lua +++ b/config/hypr/configs/system_keybinds.lua @@ -407,7 +407,7 @@ bind("SUPER SHIFT", "K", exec_cmd("$HOME/.config/hypr/scripts/KeyBinds.sh"), { d bind("SUPER SHIFT", "A", exec_cmd("$HOME/.config/hypr/scripts/Animations.sh"), { description = "animations menu" }) bind( "SUPER SHIFT", - "R", + "O", exec_cmd("$HOME/.config/hypr/scripts/ZshChangeTheme.sh"), { description = "change oh-my-zsh theme" } ) |
