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.
Files
home/.xinitrc
Salt 86041780e4 Lots: Various changes to try to make barrier less combative
Killing my fucking X session, it was
Nice.
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