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:
Jean-François Dessureault 2024-03-20 11:26:36 -04:00 committed by GitHub
parent e601437165
commit b930e62205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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