diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-26 00:26:05 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-26 00:26:05 -0500 |
| commit | 1039b5b9368eb54653a10beadb8248f8bf4357cf (patch) | |
| tree | d5781a2c5af77ae3ee48b3c2469703e2a13d586f | |
| parent | ba597ae6742d21ab7f811a27c688559bfe8bb6dd (diff) | |
Added instructions on how to unbindd/bindd
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 02381716..f8a80771 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -11,6 +11,32 @@ $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts $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` + +# E.g. +#unbindd = $mainMod, Return, Open terminal, exec, $term +#bindd = $mainMod, Return, Open terminal, exec, ghostty +# +#unbindd = $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 + ## Other the keybind search menu might not show it properly + +# E.g. + # bindd = $mainMod, Z, My z app, exec APPNAME + + + + + + + + + # For passthrough keyboard into a VM # bind = $mainMod ALT, P, submap, passthru #submap = passthru |
