Added screenshot utility stuff at _index.md (#252)

This commit is contained in:
ardishco 2023-06-19 19:16:13 +03:00 committed by GitHub
parent 829da4a617
commit d5d5ece682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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