diff options
author | Yigit Sever | 2019-03-20 22:26:08 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-20 22:26:08 +0300 |
commit | 59684814e53e65f35b4ba300f3d8629ed24490db (patch) | |
tree | f8de5c613d6e5768b8680ea6c56947ebb4df535c /.config/compton/compton.conf | |
parent | e2b82f2517d361854653e0d4413fec131893a10b (diff) | |
download | dotfiles-59684814e53e65f35b4ba300f3d8629ed24490db.tar.gz dotfiles-59684814e53e65f35b4ba300f3d8629ed24490db.tar.bz2 dotfiles-59684814e53e65f35b4ba300f3d8629ed24490db.zip |
Do not make fullscreen windows transparent
Diffstat (limited to '.config/compton/compton.conf')
-rw-r--r-- | .config/compton/compton.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 223411d..dcdaab8 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf | |||
@@ -37,8 +37,13 @@ blur-background-exclude = [ | |||
37 | "window_type = 'desktop'", | 37 | "window_type = 'desktop'", |
38 | "_GTK_FRAME_EXTENTS@:c" | 38 | "_GTK_FRAME_EXTENTS@:c" |
39 | ]; | 39 | ]; |
40 | # opacity-rule = [ "80:class_g = 'URxvt'" ]; | 40 | opacity-rule = [ |
41 | 41 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | |
42 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
43 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
44 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
45 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
46 | ]; | ||
42 | # Fading | 47 | # Fading |
43 | fading = true; | 48 | fading = true; |
44 | # fade-delta = 30; | 49 | # fade-delta = 30; |