From 19ebc2dd2248c090bee8bd82ae69cc8e706cafa8 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 28 Apr 2022 14:08:39 +0300 Subject: picom: luchs no rounded corners --- .config/picom/picom.conf##h.luchs | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to '.config') diff --git a/.config/picom/picom.conf##h.luchs b/.config/picom/picom.conf##h.luchs index 93888a5..4cc1846 100644 --- a/.config/picom/picom.conf##h.luchs +++ b/.config/picom/picom.conf##h.luchs @@ -3,38 +3,16 @@ log-level = "warn"; log-file = "/home/yigit/.local/share/picom/picom.log"; # shadow -shadow = false; +shadow = true; shadow-radius = 0; shadow-offset-x = 5; shadow-offset-y = 5; shadow-opacity = 0.8; -corner-radius = 25.0; -rounded-corners-exclude = [ -#"window_type = 'normal'", - "class_g = 'URxvt'", - "class_g = 'XTerm'", - "class_g = 'Polybar'", - "class_g = 'code-oss'", -#"class_g = 'TelegramDesktop'", - "class_g = 'firefox'", - "class_g = 'Thunderbird'", -]; - -blur: -{ - method = "dual_kawase"; - strength = 7; - background = false; - background-frame = false; - background-fixed = false; -} - shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g = 'Dunst'", - "class_g = 'Rofi'", "_GTK_FRAME_EXTENTS@:c" ]; -- cgit v1.2.3-70-g09d2