diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-15 10:54:01 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | 16a0414b0e6cf4c27fc5550e7acee3e731cddbb7 (patch) | |
| tree | f4c0f960dfb5b23c72f2e085d5d0696f60a0b1c8 | |
| parent | bb4fdfc9933f5bcb95919c2b9565a0b6693356d9 (diff) | |
Fixed duplicate keybinds on new LUA install
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/system_keybinds.lua
| -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" } ) |
