diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-27 01:26:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-27 01:26:41 +0900 |
| commit | e746b136dbc99f1fcaa648e6d14e5e8bb29b3df2 (patch) | |
| tree | f1a9ffc15b538cb8e769fb7ebceb80a51897634e /config/hypr/UserConfigs | |
| parent | 7e958b7fdfb233d7c0ebd56aaf1935b7e4c4cba2 (diff) | |
| parent | d5eaaf7b63420f99ef7054623263f141cbbf8cf0 (diff) | |
Merge pull request #778 from tak0dan/Tak0-scripts
QoL scripts (Autodispatch, Keyboard layout switch)
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 70202ba4..dd18b971 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -64,7 +64,8 @@ bind = $mainMod CTRL, O, exec, hyprctl setprop active opaque toggle # disable op bind = $mainMod SHIFT, K, exec, $scriptsDir/KeyBinds.sh # search keybinds via rofi bind = $mainMod SHIFT, A, exec, $scriptsDir/Animations.sh #hyprland animations menu bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme -bindln = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout +bindln = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout globally +bindln = SHIFT_L, ALT_L, exec, $scriptsDir/Tak0-Per-Window-Switch.sh # Change keyboard layout locally for each window bind = $mainMod ALT, C, exec, $UserScripts/RofiCalc.sh # calculator (qalculate) |
