From 5476b388070e168be16b0f49293b1413912e4def Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 23 Dec 2023 15:32:46 +0900 Subject: [PATCH] Update Keybinds.conf Changed the Oh my zsh change theme keybinds as it is not something that users usually change at all times... I will re-arrange the keybinds to separate the MISC keybinds and the necessary ones --- config/hypr/configs/Keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index f30dd62..ca27a73 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -40,7 +40,7 @@ bind = $mainMod SHIFT, B, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh -bind = $mainMod, C, exec, $scriptsDir/ChangeTheme.sh # Change oh-my-zsh theme +bind = $mainMod SHIFT, O, exec, $scriptsDir/ChangeTheme.sh # Change oh-my-zsh theme bind = $mainMod ALT, K, exec, $scriptsDir/SwitchKeyboardLayout.sh bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh