diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:22:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:22:03 +0400 |
commit | c419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch) | |
tree | 623e75923db712e700a447fbb48c0f7105836f8d /dotfiles/picom | |
parent | 395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff) |
directory name changed from dotfiles to config
Diffstat (limited to 'dotfiles/picom')
-rw-r--r-- | dotfiles/picom/picom.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dotfiles/picom/picom.conf b/dotfiles/picom/picom.conf deleted file mode 100644 index 9f942af..0000000 --- a/dotfiles/picom/picom.conf +++ /dev/null @@ -1,25 +0,0 @@ -# Minimal picom config - -backend = "glx"; - -#Shadows -shadow = true; -shadow-radius = 7; -shadow-offset-x = -7; -shadow-offset-y = -7; - -#Fadings -fading = true; -fade-in-step = 0.03; -fade-out-step = 0.03; - -vsync = true; - - wintypes: - { - tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; - dock = { shadow = false; clip-shadow-above = true; } - dnd = { shadow = false; } - popup_menu = { opacity = 0.8; } - dropdown_menu = { opacity = 0.8; } - }; |