diff options
| author | Yigit Sever | 2021-10-30 19:36:17 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-30 19:36:17 +0300 |
| commit | a0d0369640dbdf7aa64009556bc23e6252dfbb4c (patch) | |
| tree | 41eb6668ac3220271b69168e920154744657d56f /.config/picom | |
| parent | 80d68d8cd29875a62608f1b3f22c17b0ce8e49e1 (diff) | |
| download | dotfiles-a0d0369640dbdf7aa64009556bc23e6252dfbb4c.tar.gz dotfiles-a0d0369640dbdf7aa64009556bc23e6252dfbb4c.tar.bz2 dotfiles-a0d0369640dbdf7aa64009556bc23e6252dfbb4c.zip | |
rofi: finishing touches
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf##h.maus | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/picom/picom.conf##h.maus b/.config/picom/picom.conf##h.maus index c47bd7f..4cc1846 100644 --- a/.config/picom/picom.conf##h.maus +++ b/.config/picom/picom.conf##h.maus | |||
| @@ -3,7 +3,7 @@ log-level = "warn"; | |||
| 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; | 3 | log-file = "/home/yigit/.local/share/picom/picom.log"; |
| 4 | 4 | ||
| 5 | # shadow | 5 | # shadow |
| 6 | shadow = false; | 6 | shadow = true; |
| 7 | shadow-radius = 0; | 7 | shadow-radius = 0; |
| 8 | shadow-offset-x = 5; | 8 | shadow-offset-x = 5; |
| 9 | shadow-offset-y = 5; | 9 | shadow-offset-y = 5; |
| @@ -13,7 +13,6 @@ shadow-exclude = [ | |||
| 13 | "name = 'Notification'", | 13 | "name = 'Notification'", |
| 14 | "class_g = 'Conky'", | 14 | "class_g = 'Conky'", |
| 15 | "class_g = 'Dunst'", | 15 | "class_g = 'Dunst'", |
| 16 | "class_g = 'Rofi'", | ||
| 17 | "_GTK_FRAME_EXTENTS@:c" | 16 | "_GTK_FRAME_EXTENTS@:c" |
| 18 | ]; | 17 | ]; |
| 19 | 18 | ||
