dotfiles/.config/spectrwm/startcompositor.sh

7 lines
78 B
Bash
Raw Normal View History

2021-11-20 12:18:57 +01:00
#!/bin/bash
# Load compton or picom (Compositor)
sleep 15
#compton &
picom &