This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
home/.xinitrc

7 lines
156 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" -vvv | tee .firestarter.log
2020-05-24 23:35:30 -05:00
fi