From 16a0414b0e6cf4c27fc5550e7acee3e731cddbb7 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 15 Aug 2026 10:54:01 -0400 Subject: Fixed duplicate keybinds on new LUA install Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/system_keybinds.lua --- config/hypr/configs/system_keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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" } ) -- cgit v1.2.3