From b930e622055ebaed9d0bf51e0f98425e11e349c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Dessureault?= Date: Wed, 20 Mar 2024 11:26:36 -0400 Subject: [PATCH] update deprecated nofullscreenrequest occurrence in FAQ (#545) Also fixes first line of block no being displayed on the website (float rule). --- pages/FAQ/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index fe6b9c6..b9b38f4 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -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 screens. -```windowrulev2=float,title:^(flameshot) +```ini +windowrulev2=float,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