diff options
| author | HyprHex <swapapis@gmail.com> | 2023-12-23 01:09:58 +0100 |
|---|---|---|
| committer | HyprHex <swapapis@gmail.com> | 2023-12-23 01:09:58 +0100 |
| commit | 83e1c2688b429fc761ab2d14e04cc8b56b0230e1 (patch) | |
| tree | 1dfc4405c29d01721c2a2348cff4e46845cb64ba /config/hypr/configs/Keybinds.conf | |
| parent | ecbdf16080e48898e7d94a6337963967497b76fa (diff) | |
Add script to switch oh-my-zsh themes
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index b5f565b3..f30dd626 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -40,6 +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 ALT, K, exec, $scriptsDir/SwitchKeyboardLayout.sh bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh @@ -183,4 +184,4 @@ bind = $mainMod ALT, P, submap, passthru submap = passthru # to unbind bind = $mainMod ALT, P, submap, reset -submap = reset
\ No newline at end of file +submap = reset |
