diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-26 02:09:03 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-26 02:09:03 -0500 |
| commit | f01c8c736d0be75aa6dcb6068b045cfb12724054 (patch) | |
| tree | 1863cfc60782cf61e6d89cb8cd35a01e34fccc49 /config/hypr | |
| parent | 65bce3046d97dad91979467ced511785ffdfc57c (diff) | |
Changed unbindd to correct unbind
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 582eedb7..e140cfe4 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -14,13 +14,13 @@ $UserConfigs = $HOME/.config/hypr/UserConfigs # IMPORTANT: If you want to remap and existing keybind you MUST unbindd it first # The bindings are CASE SENSITIVE. We suggest you copy the exisitng binding here -# Then change `bindd` to `unbindd` +# Then change `bindd` to `unbind` # E.g. -# unbindd = $mainMod, Return, Open terminal, exec, $term +# unbind = $mainMod, Return, Open terminal, exec, $term # bindd = $mainMod, Return, Open terminal, exec, ghostty # -# unbindd = $mainMod, E, file manager, exec, $files +# unbind = $mainMod, E, file manager, exec, $files # bindd = $mainMod, T, file manager, exec, $files # If you are ADDING a bindd, make sure you include the description |
