dreamcat4 / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
99 stars 12 forks source link

Change default appearance of shadow windows #92

Closed felixfung closed 1 year ago

felixfung commented 1 year ago

The shadow windows are those that are unmapped because the window is minimized, or in a different virtual desktop, or otherwise, depending on the window manager.

In the config file, the appearance is dictated in the [shadow] section.

Previously I have set the default appearance with a darker tint. However, I think (and have privately been using) a non-tinted, but reduced opacity appearance is more intuitive.

A PR will involve changing skippy-xd.sample.rc, and default values in mainwin_reload(), and here: https://github.com/dreamcat4/skippy-xd/commit/8d1f84ca4722ed27b4e97bc1cb79571da51cdb4b

Low priority issue