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
151 B
Bash
Executable File

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