From d5d5ece68270cc44cb902f0ec4886630cc47e964 Mon Sep 17 00:00:00 2001 From: ardishco <109692107+ardishco-the-great@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:16:13 +0300 Subject: [PATCH] Added screenshot utility stuff at _index.md (#252) --- pages/FAQ/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 7b9cc5b..e72aec1 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -288,3 +288,11 @@ Read [this trick](../Configuring/Uncommon-tips--tricks/#window-dancing). See [The XDPH Page](../Useful-Utilities/Hyprland-desktop-portal). You most likely have multiple portal impls / an impl is failing to launch. + +# My screenshot utilities won't work with multiple screens +Some programs like flameshot (currently) has limited wayland support so on most 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) +windowrulev2=move 0 0,title:^(flameshot) +windowrulev2=nofullscreenrequest,title:^(flameshot) +```