home/.xinitrc

7 lines
151 B
Plaintext
Raw Normal View History

2020-05-24 23:35:30 -05:00
#!/bin/bash
if [ -x "$HOME/.firestarter/firestarter" ]; then
2020-05-24 23:39:09 -05:00
export FS_DIEONWM=true
exec "$HOME/.firestarter/firestarter" | tee .firestarter.log
2020-05-24 23:35:30 -05:00
fi