mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
refactor: reorganize into packages for modular use
This commit is contained in:
parent
e33c60c7aa
commit
fd32e1431c
57 changed files with 0 additions and 66 deletions
18
bspwm/.config/picom/picom.conf
Normal file
18
bspwm/.config/picom/picom.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
backend = "glx"
|
||||
xrender-sync-fence = false
|
||||
|
||||
shadow = true
|
||||
shadow-radius = 12
|
||||
|
||||
fading = true
|
||||
fade-delta = 7
|
||||
|
||||
vsync = true
|
||||
|
||||
wintypes:
|
||||
{
|
||||
dock = { shadow = false; };
|
||||
utility = { shadow = false; };
|
||||
menu = { shadow = false; };
|
||||
popup_menu = { shadow = false; };
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue