.xinitrc: Add magic skip file
This commit is contained in:
parent
87f147d0ab
commit
0a79c29609
4
.xinitrc
4
.xinitrc
@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Straight up bail of we have a special file
|
||||
if [ -f "$HOME/.skipxinit" ]; then
|
||||
return
|
||||
fi
|
||||
# Nest protection
|
||||
if [ -n "$FIRESTARTER" ]; then
|
||||
echo "Firestarter is already running in this session"
|
||||
|
Reference in New Issue
Block a user