An open API service indexing awesome lists of open source software.

https://github.com/mgnsk/sway-fader

sway-fader fades in containers on workspace focus and window new events.
https://github.com/mgnsk/sway-fader

fade i3wm opacity sway swaywm wayland window-manager

Last synced: over 1 year ago
JSON representation

sway-fader fades in containers on workspace focus and window new events.

Awesome Lists containing this project

README

          

# sway-fader

sway-fader fades in containers on workspace focus and window new events.

# Install

Installation from release or from source:

```
go install github.com/mgnsk/sway-fader@latest
```

# Configuration

```
exec sway-fader
```

By default a rule of `--class=".*:0.7:1.0"` is applied which can be overridden by user specified flags.

# Advanced config

Example config in ~/.config/sway/config to keep `foot` terminal transparent and other windows opaque:

```
exec sway-fader --app_id="foot:0.7:0.97"
```