.xinitrc: Add xinitrc

This commit is contained in:
Salt 2020-05-24 23:35:30 -05:00
parent 0258a0c9b6
commit 8de955e932

5
.xinitrc Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if [ -x "$HOME/.firestarter/firestarter" ]; then
exec FS_DIEONWM=true "$HOME/.firestarter/firestarter"
fi