dotfiles/.config/spectrwm/startcompositor.sh
2021-11-20 12:18:57 +01:00

7 lines
78 B
Bash
Executable File

#!/bin/bash
# Load compton or picom (Compositor)
sleep 15
#compton &
picom &