summaryrefslogtreecommitdiffstats
path: root/.config/picom
diff options
context:
space:
mode:
authorYigit Sever2021-10-18 11:03:53 +0300
committerYigit Sever2021-10-18 11:03:53 +0300
commit5cc323075e37cd54335cfb15a6de3d247e914624 (patch)
tree9ca59a8b86c844da9e28b112acae36397a29dfb8 /.config/picom
parent12344cd4ba3ef99a5154f039ab1baaefbb7c3adc (diff)
downloaddotfiles-5cc323075e37cd54335cfb15a6de3d247e914624.tar.gz
dotfiles-5cc323075e37cd54335cfb15a6de3d247e914624.tar.bz2
dotfiles-5cc323075e37cd54335cfb15a6de3d247e914624.zip
picom: separate configs
diffstat (limited to '.config/picom')
l---------[-rw-r--r--].config/picom/picom.conf92
-rw-r--r--.config/picom/picom.conf##h.lowe79
-rw-r--r--.config/picom/picom.conf##h.luchs91
-rw-r--r--.config/picom/picom.conf##h.maus91
4 files changed, 262 insertions, 91 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 93022a9..53a28be 100644..120000
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -1,91 +1 @@
1# log picom.conf##h.lowe \ No newline at end of file
2log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log";
4
5# shadow
6shadow = false;
7shadow-radius = 0;
8shadow-offset-x = 5;
9shadow-offset-y = 5;
10shadow-opacity = 0.8;
11
12corner-radius = 25.0;
13rounded-corners-exclude = [
14#"window_type = 'normal'",
15 "class_g = 'URxvt'",
16 "class_g = 'XTerm'",
17 "class_g = 'Polybar'",
18 "class_g = 'code-oss'",
19#"class_g = 'TelegramDesktop'",
20 "class_g = 'firefox'",
21 "class_g = 'Thunderbird'",
22];
23
24blur:
25{
26 method = "kawase";
27 strength = 7;
28 background = false;
29 background-frame = false;
30 background-fixed = false;
31}
32
33shadow-exclude = [
34 "name = 'Notification'",
35 "class_g = 'Conky'",
36 "class_g = 'Dunst'",
37 "class_g = 'Rofi'",
38 "_GTK_FRAME_EXTENTS@:c"
39];
40
41# opacity
42inactive-opacity = 1;
43# active-opacity = 0.8;
44frame-opacity = 1.0;
45inactive-opacity-override = false;
46inactive-dim = 0.0;
47
48opacity-rule = [
49 "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
50 "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
51 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
52 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
53 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
54 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
55];
56
57# fading
58fading = true;
59fade-in-step = 0.03;
60fade-out-step = 0.03;
61fade-exclude = [ ];
62
63# other
64backend = "glx";
65mark-wmwin-focused = true;
66mark-ovredir-focused = true;
67detect-rounded-corners = true;
68detect-client-opacity = true;
69refresh-rate = 0;
70vsync = true;
71sw-opti = false;
72unredir-if-possible = false;
73detect-transient = true;
74detect-client-leader = true;
75invert-color-include = [ ];
76
77# glx backend
78glx-no-stencil = true;
79glx-copy-from-front = false;
80use-damage = true
81xrender-sync-fence = true;
82
83# window type settings
84wintypes:
85{
86 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
87 dock = { shadow = false; }
88 dnd = { shadow = false; }
89 popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; }
90 dropdown_menu = { opacity = 1; }
91};
diff --git a/.config/picom/picom.conf##h.lowe b/.config/picom/picom.conf##h.lowe
new file mode 100644
index 0000000..e8045f4
--- /dev/null
+++ b/.config/picom/picom.conf##h.lowe
@@ -0,0 +1,79 @@
1# log
2log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log";
4
5# shadow
6shadow = false;
7shadow-radius = 0;
8shadow-offset-x = 5;
9shadow-offset-y = 5;
10shadow-opacity = 0.8;
11
12blur:
13{
14 method = "kawase";
15 strength = 7;
16 background = false;
17 background-frame = false;
18 background-fixed = false;
19}
20
21shadow-exclude = [
22 "name = 'Notification'",
23 "class_g = 'Conky'",
24 "class_g = 'Dunst'",
25 "class_g = 'Rofi'",
26 "_GTK_FRAME_EXTENTS@:c"
27];
28
29# opacity
30inactive-opacity = 1;
31# active-opacity = 0.8;
32frame-opacity = 1.0;
33inactive-opacity-override = false;
34inactive-dim = 0.0;
35
36opacity-rule = [
37 "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
38 "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
39 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
40 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
41 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
42 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
43];
44
45# fading
46fading = true;
47fade-in-step = 0.03;
48fade-out-step = 0.03;
49fade-exclude = [ ];
50
51# other
52backend = "glx";
53mark-wmwin-focused = true;
54mark-ovredir-focused = true;
55detect-rounded-corners = true;
56detect-client-opacity = true;
57refresh-rate = 0;
58vsync = true;
59sw-opti = false;
60unredir-if-possible = false;
61detect-transient = true;
62detect-client-leader = true;
63invert-color-include = [ ];
64
65# glx backend
66glx-no-stencil = true;
67glx-copy-from-front = false;
68use-damage = true
69xrender-sync-fence = true;
70
71# window type settings
72wintypes:
73{
74 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
75 dock = { shadow = false; }
76 dnd = { shadow = false; }
77 popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; }
78 dropdown_menu = { opacity = 1; }
79};
diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs
new file mode 100644
index 0000000..93022a9
--- /dev/null
+++ b/.config/picom/picom.conf##h.luchs
@@ -0,0 +1,91 @@
1# log
2log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log";
4
5# shadow
6shadow = false;
7shadow-radius = 0;
8shadow-offset-x = 5;
9shadow-offset-y = 5;
10shadow-opacity = 0.8;
11
12corner-radius = 25.0;
13rounded-corners-exclude = [
14#"window_type = 'normal'",
15 "class_g = 'URxvt'",
16 "class_g = 'XTerm'",
17 "class_g = 'Polybar'",
18 "class_g = 'code-oss'",
19#"class_g = 'TelegramDesktop'",
20 "class_g = 'firefox'",
21 "class_g = 'Thunderbird'",
22];
23
24blur:
25{
26 method = "kawase";
27 strength = 7;
28 background = false;
29 background-frame = false;
30 background-fixed = false;
31}
32
33shadow-exclude = [
34 "name = 'Notification'",
35 "class_g = 'Conky'",
36 "class_g = 'Dunst'",
37 "class_g = 'Rofi'",
38 "_GTK_FRAME_EXTENTS@:c"
39];
40
41# opacity
42inactive-opacity = 1;
43# active-opacity = 0.8;
44frame-opacity = 1.0;
45inactive-opacity-override = false;
46inactive-dim = 0.0;
47
48opacity-rule = [
49 "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
50 "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
51 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
52 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
53 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
54 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
55];
56
57# fading
58fading = true;
59fade-in-step = 0.03;
60fade-out-step = 0.03;
61fade-exclude = [ ];
62
63# other
64backend = "glx";
65mark-wmwin-focused = true;
66mark-ovredir-focused = true;
67detect-rounded-corners = true;
68detect-client-opacity = true;
69refresh-rate = 0;
70vsync = true;
71sw-opti = false;
72unredir-if-possible = false;
73detect-transient = true;
74detect-client-leader = true;
75invert-color-include = [ ];
76
77# glx backend
78glx-no-stencil = true;
79glx-copy-from-front = false;
80use-damage = true
81xrender-sync-fence = true;
82
83# window type settings
84wintypes:
85{
86 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
87 dock = { shadow = false; }
88 dnd = { shadow = false; }
89 popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; }
90 dropdown_menu = { opacity = 1; }
91};
diff --git a/.config/picom/picom.conf##h.maus b/.config/picom/picom.conf##h.maus
new file mode 100644
index 0000000..93022a9
--- /dev/null
+++ b/.config/picom/picom.conf##h.maus
@@ -0,0 +1,91 @@
1# log
2log-level = "warn";
3log-file = "/home/yigit/.local/share/picom/picom.log";
4
5# shadow
6shadow = false;
7shadow-radius = 0;
8shadow-offset-x = 5;
9shadow-offset-y = 5;
10shadow-opacity = 0.8;
11
12corner-radius = 25.0;
13rounded-corners-exclude = [
14#"window_type = 'normal'",
15 "class_g = 'URxvt'",
16 "class_g = 'XTerm'",
17 "class_g = 'Polybar'",
18 "class_g = 'code-oss'",
19#"class_g = 'TelegramDesktop'",
20 "class_g = 'firefox'",
21 "class_g = 'Thunderbird'",
22];
23
24blur:
25{
26 method = "kawase";
27 strength = 7;
28 background = false;
29 background-frame = false;
30 background-fixed = false;
31}
32
33shadow-exclude = [
34 "name = 'Notification'",
35 "class_g = 'Conky'",
36 "class_g = 'Dunst'",
37 "class_g = 'Rofi'",
38 "_GTK_FRAME_EXTENTS@:c"
39];
40
41# opacity
42inactive-opacity = 1;
43# active-opacity = 0.8;
44frame-opacity = 1.0;
45inactive-opacity-override = false;
46inactive-dim = 0.0;
47
48opacity-rule = [
49 "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
50 "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
51 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
52 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
53 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
54 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
55];
56
57# fading
58fading = true;
59fade-in-step = 0.03;
60fade-out-step = 0.03;
61fade-exclude = [ ];
62
63# other
64backend = "glx";
65mark-wmwin-focused = true;
66mark-ovredir-focused = true;
67detect-rounded-corners = true;
68detect-client-opacity = true;
69refresh-rate = 0;
70vsync = true;
71sw-opti = false;
72unredir-if-possible = false;
73detect-transient = true;
74detect-client-leader = true;
75invert-color-include = [ ];
76
77# glx backend
78glx-no-stencil = true;
79glx-copy-from-front = false;
80use-damage = true
81xrender-sync-fence = true;
82
83# window type settings
84wintypes:
85{
86 tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
87 dock = { shadow = false; }
88 dnd = { shadow = false; }
89 popup_menu = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = true; }
90 dropdown_menu = { opacity = 1; }
91};