diff options
| author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-10-03 22:09:15 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-10-05 23:03:57 +0200 |
| commit | b67ea748a386d1050e2019d20dfe69e99bf7bad6 (patch) | |
| tree | 0424bd314bb6f61b2eb15c790cacb4672af17d35 /contrib/config.sh | |
| parent | 27b666dbbabb1635fb523445ac154253098f73fd (diff) | |
| download | river-b67ea748a386d1050e2019d20dfe69e99bf7bad6.tar.gz river-b67ea748a386d1050e2019d20dfe69e99bf7bad6.tar.xz | |
Implement configurable view opacity with fade effect
Diffstat (limited to 'contrib/config.sh')
| -rwxr-xr-x | contrib/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/config.sh b/contrib/config.sh index 620b29f..3b51bbe 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -100,3 +100,5 @@ riverctl float-filter-add "popup" # Set app-ids of views which should use client side decorations riverctl csd-filter-add "gedit" +# Set opacity and fade effect +# riverctl opacity 1.0 0.75 0.0 0.1 20 |
