Skip to content

Commit

Permalink
Add multi output instructions to Sway (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupak authored Oct 2, 2023
1 parent 5e2300d commit ad39060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Sway and wlroots support.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
```

To ensure that Flameshot is correctly positioned on multiple outputs (monitors) add this rule to your Sway config:
```
for_window [app_id="flameshot"] border pixel 0, floating enable, fullscreen disable, move absolute position 0 0
```

## Troubleshooting

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

0 comments on commit ad39060

Please sign in to comment.