aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-15 10:54:01 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit16a0414b0e6cf4c27fc5550e7acee3e731cddbb7 (patch)
treef4c0f960dfb5b23c72f2e085d5d0696f60a0b1c8 /config/hypr
parentbb4fdfc9933f5bcb95919c2b9565a0b6693356d9 (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
Diffstat (limited to 'config/hypr')
-rw-r--r--config/hypr/configs/system_keybinds.lua2
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" }
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage