diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-28 22:13:15 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-28 22:13:15 +0200 |
| commit | 343c4d6d7d5e3b5d6ac8d06e9a61920ebbebde29 (patch) | |
| tree | b3b77b26c87e60b3ca0039b2e695708ae93d5205 /config/picom | |
| parent | aaeae07107bbbe24f63f5e38766e951d0e19be87 (diff) | |
refactor(i3/rofi/picom): update wallpaper and use pywal
Diffstat (limited to 'config/picom')
| -rw-r--r-- | config/picom/picom.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 3f837cc..0d505bc 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -17,11 +17,16 @@ fade-exclude = [ ]; ## opacity -active-opacity = 0.8; -inactive-opacity = 0.4; +active-opacity = 0.9; +inactive-opacity = 0.6; frame-opacity = 0.7; opacity-rule = [ - "100:name *= 'Minecraft'" + "100:name *= 'Minecraft'", + "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", + "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", + "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", + "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", + "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'" ]; ## other @@ -41,7 +46,7 @@ wintypes: { tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; }; }; -corner-radius = 10.0; +corner-radius = 5.0; ## blur blur-background = true; |
