diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-13 22:17:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-13 22:17:33 -0400 |
| commit | b7eaaf172fc48d7a85afd29f64b5fdcc1bbe309f (patch) | |
| tree | 1cfea6d0f093e63a12f42248e21ce84be5108939 | |
| parent | e4be12e23fa8d6f8a73dde974ea6adf242885bc1 (diff) | |
Update UserKeybinds.conf
Fix typo in bindings for Show open apps
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 4d35a9c9..338bf0d1 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -29,7 +29,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # help / cheat sheet bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji menu bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search using rofi -bind = $mainMod SHIFT, S, exec, rofi -show windows # list/switch apps using rofi +bind = $mainMod CTRL, S, exec, rofi -show window # list/switch apps using rofi bind = $mainMod ALT, O, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # Toggle animations ON/OFF bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwindle Layout |
