Skip to content

Commit

Permalink
Update Sway and wlroots support.md (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
archer-n authored Oct 12, 2023
1 parent 5c46161 commit 0bbb952
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/Sway and wlroots support.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ To ensure that Flameshot is correctly positioned on multiple outputs (monitors)
for_window [app_id="flameshot"] border pixel 0, floating enable, fullscreen disable, move absolute position 0 0
```



Starting from 0.17.0 xdg-desktop-portal requires a configuration file (e.g. in ~/.config/xdg-desktop-portal/sway-portals.conf):

(take from [issues#3363](https://github.com/flameshot-org/flameshot/issues/3363))
```sh
[preferred]
# use xdg-desktop-portal-gtk for every portal interface
default=gtk
# except for the xdg-desktop-portal-wlr supplied interfaces
org.freedesktop.impl.portal.Screencast=wlr
org.freedesktop.impl.portal.Screenshot=wlr
```

## Troubleshooting

Q) Flameshot doesn't take a screenshot, it just hangs!
Expand Down

0 comments on commit 0bbb952

Please sign in to comment.