jtheoof / swappy

A Wayland native snapshot editing tool, inspired by Snappy on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swappy doesn't show window manager borders

lokesh-krishna opened this issue · comments

Is it intentional that swappy doesn't show borders as set in my window manager's (sway) settings? I am using a custom GTK theme which has the same background as my terminal and when taking screenshots with the terminal open, swappy's background just completely merges with the terminal.

Is there a way to manually enable borders for swappy?

You can add for_window [app_id="swappy"] border pixel 1 to your sway configuration. Change the number to your wanted border width.

Thanks a lot, that works perfectly!