diff options
| author | Yigit Sever | 2024-08-06 17:35:29 +0200 |
|---|---|---|
| committer | Yigit Sever | 2024-08-06 17:35:29 +0200 |
| commit | 35dca146b4a965b9791a6b3393f374575a842d25 (patch) | |
| tree | 34207bddcd10c1c72a43d2f7b8e6f5c9480d93df /.config/picom | |
| parent | 2b923b55502eda5ca68903c95d9a241bcd1029be (diff) | |
| download | dotfiles-35dca146b4a965b9791a6b3393f374575a842d25.tar.gz dotfiles-35dca146b4a965b9791a6b3393f374575a842d25.tar.bz2 dotfiles-35dca146b4a965b9791a6b3393f374575a842d25.zip | |
luchs: goodbye
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf##h.luchs | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs deleted file mode 100644 index 4cc1846..0000000 --- a/.config/picom/picom.conf##h.luchs +++ /dev/null | |||
| @@ -1,69 +0,0 @@ | |||
| 1 | # log | ||
| 2 | log-level = "warn"; | ||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | ||
| 4 | |||
| 5 | # shadow | ||
| 6 | shadow = true; | ||
| 7 | shadow-radius = 0; | ||
| 8 | shadow-offset-x = 5; | ||
| 9 | shadow-offset-y = 5; | ||
| 10 | shadow-opacity = 0.8; | ||
| 11 | |||
| 12 | shadow-exclude = [ | ||
| 13 | "name = 'Notification'", | ||
| 14 | "class_g = 'Conky'", | ||
| 15 | "class_g = 'Dunst'", | ||
| 16 | "_GTK_FRAME_EXTENTS@:c" | ||
| 17 | ]; | ||
| 18 | |||
| 19 | # opacity | ||
| 20 | inactive-opacity = 1; | ||
| 21 | # active-opacity = 0.8; | ||
| 22 | frame-opacity = 1.0; | ||
| 23 | inactive-opacity-override = false; | ||
| 24 | inactive-dim = 0.0; | ||
| 25 | |||
| 26 | opacity-rule = [ | ||
| 27 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 28 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 29 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 30 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 31 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 32 | "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
| 33 | ]; | ||
| 34 | |||
| 35 | # fading | ||
| 36 | fading = true; | ||
| 37 | fade-in-step = 0.03; | ||
| 38 | fade-out-step = 0.03; | ||
| 39 | fade-exclude = [ ]; | ||
| 40 | |||
| 41 | # other | ||
| 42 | backend = "glx"; | ||
| 43 | mark-wmwin-focused = true; | ||
| 44 | mark-ovredir-focused = true; | ||
| 45 | detect-rounded-corners = true; | ||
| 46 | detect-client-opacity = true; | ||
| 47 | refresh-rate = 0; | ||
| 48 | vsync = true; | ||
| 49 | sw-opti = false; | ||
| 50 | unredir-if-possible = false; | ||
| 51 | detect-transient = true; | ||
| 52 | detect-client-leader = true; | ||
| 53 | invert-color-include = [ ]; | ||
| 54 | |||
| 55 | # glx backend | ||
| 56 | glx-no-stencil = true; | ||
| 57 | glx-copy-from-front = false; | ||
| 58 | use-damage = true | ||
| 59 | xrender-sync-fence = true; | ||
| 60 | |||
| 61 | # window type settings | ||
| 62 | wintypes: | ||
| 63 | { | ||
| 64 | tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||
| 65 | dock = { shadow = false; } | ||
| 66 | dnd = { shadow = false; } | ||
| 67 | popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; } | ||
| 68 | dropdown_menu = { opacity = 1; } | ||
| 69 | }; | ||
