diff options
| author | Yigit Sever | 2021-09-30 17:32:32 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-09-30 17:33:01 +0300 |
| commit | 9e54abc8b61aeb959379f569256e93c07d4aa5a4 (patch) | |
| tree | d495365aae713868e3d5fdeb8a987b25d443bde4 /.config/picom | |
| parent | dfe57b70cd527503e1b277bdea278747e8ab9bb1 (diff) | |
| download | dotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.tar.gz dotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.tar.bz2 dotfiles-9e54abc8b61aeb959379f569256e93c07d4aa5a4.zip | |
picom: no shadows on rofi
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 0e2be0a..035c4fd 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf | |||
| @@ -13,6 +13,7 @@ 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'", | ||
| 16 | "_GTK_FRAME_EXTENTS@:c" | 17 | "_GTK_FRAME_EXTENTS@:c" |
| 17 | ]; | 18 | ]; |
| 18 | 19 | ||
