diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-23 15:32:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 15:32:46 +0900 |
| commit | 5476b388070e168be16b0f49293b1413912e4def (patch) | |
| tree | 6903c5103988e3b7a73e226c2c6f432f0dccba54 | |
| parent | 6cab966717fd60ad035b354e5e4c08ef8d61fa58 (diff) | |
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
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index f30dd626..ca27a735 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 |
