diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-21 22:02:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 22:02:23 +0900 |
| commit | 47395723dff722fc06f4da5d50159aefd049a3ac (patch) | |
| tree | 2e3c4cf8c0d7a2fa448712c2a1b3dd0f8277be85 /config/hypr/UserConfigs | |
| parent | 67da07ee3fdaaf65123e52d1d596a70fc69f30bb (diff) | |
| parent | 543ac255b7387dd0d45d9b1dd8cbef78d49263dc (diff) | |
Merge pull request #292 from vailrahmatulin/main
Keyboard layout change fix and correction. Change of keybinds as well and now moved to UserConfigs directory
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 1 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index eede1669..9858558f 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -27,6 +27,7 @@ bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom # User Added Keybinds bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme +bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Changing the keyboard layout # For passthrough keyboard into a VM # bind = $mainMod ALT, P, submap, passthru diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index f8c8c2a2..38c83f2c 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -93,7 +93,7 @@ input { kb_layout=us kb_variant= kb_model= - kb_options=grp:alt_shift_toggle + kb_options= kb_rules= repeat_rate=50 repeat_delay=300 |
