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
p='compton sxhkd stalonetray lemonbar'
p='picom sxhkd stalonetray lemonbar'
for i in $p; do pkill "$i"; done
sxhkd &
@@ -41,7 +41,7 @@ feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg &
stalonetray &
# 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
if xinput list | grep -qi 'mouse'; then

View File

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