This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
home/.xinitrc
2020-05-24 23:35:30 -05:00

6 lines
120 B
Bash
Executable File

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