bspwmrc: compton --> picom

This commit is contained in:
Dave Gallant
2020-06-30 22:47:51 -04:00
parent fc174ebfad
commit afbe1b1314
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
p='compton sxhkd stalonetray lemonbar' p='picom sxhkd stalonetray lemonbar'
for i in $p; do pkill "$i"; done for i in $p; do pkill "$i"; done
sxhkd & sxhkd &
@@ -41,7 +41,7 @@ feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg &
stalonetray & stalonetray &
# Compositor to prevent screen tearing # Compositor to prevent screen tearing
compton --config ~/.config/compton.conf -b picom --config ~/.config/compton.conf -b
# Switch to a lefty mouse if mouse detected # Switch to a lefty mouse if mouse detected
if xinput list | grep -qi 'mouse'; then if xinput list | grep -qi 'mouse'; then

View File

@@ -72,10 +72,11 @@
# fonts # fonts
dejavu_fonts dejavu_fonts
fira fira
fira-code
fira-code-symbols fira-code-symbols
fira-mono fira-mono
font-awesome font-awesome
helvetica-neue-lt-std google-fonts
]; ];
}; };