Skip to content

Commit

Permalink
Start picom with bspwm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeville committed Nov 26, 2023
1 parent 895a5c3 commit 51af71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/linux/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ for i in /sys/class/hwmon/hwmon*/temp*_input; do
fi
done

# Start picom compositor
picom --daemon

# setup sxhkd
killall --quiet --wait --user "$USER" --exact sxhkd >/dev/null
sxhkd &
Expand Down
3 changes: 0 additions & 3 deletions config/linux/.xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ xset dpms 600 600 600
# Tweak screen color to be easier on the eyes
redshift -P -O 4500

# Start picom compositor
picom --daemon

# Start keyring and polkit auth agent
gnome-keyring-daemon --start --components=pkcs11,secrets
if [ -x /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 ] && ! pgrep "polkit-mate" >/dev/null; then
Expand Down

0 comments on commit 51af71e

Please sign in to comment.