From 487d64163c59fa3de79b5ff1abf303475395c4a2 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Sat, 11 Dec 2021 23:33:16 -0800 Subject: Restructure entire home directory The new XDG base directories will resemble the Filesystem Hierarchy Standard on Linux or the FreeBSD/OpenBSD directory structure. Refer to the FHS or hier(7). XDG user directories are defined in $XDG_CONFIG_HOME/user-dirs.dirs. --- .config/picom/picom.conf | 52 ------------------------------------------------ 1 file changed, 52 deletions(-) delete mode 100644 .config/picom/picom.conf (limited to '.config/picom/picom.conf') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf deleted file mode 100644 index 326035d..0000000 --- a/.config/picom/picom.conf +++ /dev/null @@ -1,52 +0,0 @@ -# picom configuration - -# Blur - -blur-method = "dual_kawase"; -blur-strength = 5; - -blur-background-exclude = [ - "class_g = 'Rofi'" -]; - -# Shadow - -shadow = true; -shadow-radius = 20; -shadow-offset-x = -20; -shadow-offset-y = -20; -shadow-opacity = 0.8; - -shadow-exclude = [ - "class_g = 'Rofi'", -] - -# Crop shadow of a window fully on a particular Xinerama screen to the screen. -xinerama-shadow-crop = true; - -# General - -backend = "glx"; - -wintypes: { - dock = { - full-shadow = true; - blur-background = false; - }; - utility = { - shadow = false; - blur-background = false; - }; - popup_menu = { - shadow = false; - }; - tooltip = { - shadow = false; - opacity = 1.0; - blur-background = false; - }; - dnd = { - shadow = false; - blur-background = false; - }; -}; -- cgit v1.2.3