mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Binds: Add missing Bind flag and fixed typos (#665)
Added the "s" flag for the binds, it's documented in the page but not in the flags list.
This commit is contained in:
parent
036eda94e6
commit
9eab288468
2 changed files with 11 additions and 6 deletions
|
@ -89,7 +89,7 @@ bindr=SUPERALT,Alt_L,exec,amongus
|
||||||
|
|
||||||
### Keysym combos
|
### Keysym combos
|
||||||
|
|
||||||
For an arbitrary combination of multiple keys, seperate keysyms with `&` between
|
For an arbitrary combination of multiple keys, separate keysyms with `&` between
|
||||||
each mod/key and use the `s` flag, e.g.:
|
each mod/key and use the `s` flag, e.g.:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
@ -183,9 +183,10 @@ l -> locked, will also work when an input inhibitor (e.g. a lockscreen) is activ
|
||||||
r -> release, will trigger on release of a key.
|
r -> release, will trigger on release of a key.
|
||||||
e -> repeat, will repeat when held.
|
e -> repeat, will repeat when held.
|
||||||
n -> non-consuming, key/mouse events will be passed to the active window in addition to triggering the dispatcher.
|
n -> non-consuming, key/mouse events will be passed to the active window in addition to triggering the dispatcher.
|
||||||
m -> mouse, see below
|
m -> mouse, see below.
|
||||||
t -> transparent, cannot be shadowed by other binds.
|
t -> transparent, cannot be shadowed by other binds.
|
||||||
i -> ignore mods, will ignore modifiers.
|
i -> ignore mods, will ignore modifiers.
|
||||||
|
s -> separate, will arbitrarily combine keys between each mod/key, see [Keysym combos](#keysym-combos) above.
|
||||||
d -> has description, will allow you to write a description for your bind.
|
d -> has description, will allow you to write a description for your bind.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -301,8 +302,8 @@ Will send <key>SUPER</key> + <key>F4</key> to OBS if you press <key>SUPER</key>
|
||||||
|
|
||||||
{{< callout >}}
|
{{< callout >}}
|
||||||
|
|
||||||
This works flawlessly with all native Wayland applications. However, XWayland is a bit wonky.
|
This works flawlessly with all native Wayland applications. However, XWayland is a bit wonky.
|
||||||
Make sure that what you're passing is a "global Xorg keybind",
|
Make sure that what you're passing is a "global Xorg keybind",
|
||||||
otherwise passing from a different XWayland app may not work.
|
otherwise passing from a different XWayland app may not work.
|
||||||
|
|
||||||
{{< /callout >}}
|
{{< /callout >}}
|
||||||
|
@ -335,7 +336,7 @@ Please note that this function will _only_ work with
|
||||||
## Submaps
|
## Submaps
|
||||||
|
|
||||||
Keybind submaps, also known as _modes_ or _groups_, allow you to activate a
|
Keybind submaps, also known as _modes_ or _groups_, allow you to activate a
|
||||||
seperate set of keybinds. For example, if you want to enter a "resize" mode
|
separate set of keybinds. For example, if you want to enter a "resize" mode
|
||||||
which allows you to resize windows with the arrow keys, you can do it like this:
|
which allows you to resize windows with the arrow keys, you can do it like this:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
|
@ -37,6 +37,10 @@ rgb(), e.g. `rgb(b3ff1a)`
|
||||||
|
|
||||||
legacy, e.g. `0xeeb3ff1a` -> ARGB order
|
legacy, e.g. `0xeeb3ff1a` -> ARGB order
|
||||||
|
|
||||||
|
{{< /callout >}}
|
||||||
|
|
||||||
|
{{< callout type=info >}}
|
||||||
|
|
||||||
**_Mod list:_**
|
**_Mod list:_**
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
@ -392,7 +396,7 @@ _Subcategory `group:groupbar:`_
|
||||||
|
|
||||||
| name | description | type | default |
|
| name | description | type | default |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| use_nearest_neighbor | uses the nearest neigbor filtering for xwayland apps, making them pixelated rather than blurry | bool | true |
|
| use_nearest_neighbor | uses the nearest neighbor filtering for xwayland apps, making them pixelated rather than blurry | bool | true |
|
||||||
| force_zero_scaling | forces a scale of 1 on xwayland windows on scaled displays. | bool | false |
|
| force_zero_scaling | forces a scale of 1 on xwayland windows on scaled displays. | bool | false |
|
||||||
|
|
||||||
### OpenGL
|
### OpenGL
|
||||||
|
|
Loading…
Reference in a new issue