home/.xinitrc
2020-06-18 08:43:09 -05:00

7 lines
156 B
Bash
Executable File

#!/bin/bash
if [ -x "$HOME/.firestarter/firestarter" ]; then
export FS_DIEONWM=true
exec "$HOME/.firestarter/firestarter" -vvv | tee .firestarter.log
fi