mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
bspwmrc: compton --> picom
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user