mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
update deprecated nofullscreenrequest occurrence in FAQ (#545)
Also fixes first line of block no being displayed on the website (float rule).
This commit is contained in:
parent
e601437165
commit
b930e62205
1 changed files with 3 additions and 2 deletions
|
@ -303,9 +303,10 @@ Wayland compositors, you will have to do few tweaks. For Hyprland, you can add
|
||||||
these window rules to your config to make said programs work with both of your
|
these window rules to your config to make said programs work with both of your
|
||||||
screens.
|
screens.
|
||||||
|
|
||||||
```windowrulev2=float,title:^(flameshot)
|
```ini
|
||||||
|
windowrulev2=float,title:^(flameshot)
|
||||||
windowrulev2=move 0 0,title:^(flameshot)
|
windowrulev2=move 0 0,title:^(flameshot)
|
||||||
windowrulev2=nofullscreenrequest,title:^(flameshot)
|
windowrulev2=suppressevent fullscreen,title:^(flameshot)
|
||||||
```
|
```
|
||||||
|
|
||||||
### I cannot bind SUPER as my mod key on my laptop
|
### I cannot bind SUPER as my mod key on my laptop
|
||||||
|
|
Loading…
Reference in a new issue