Naive fixing of linter errors
This commit is contained in:
parent
21c40fa774
commit
ef73a11e51
27 changed files with 207 additions and 194 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
# exec startx ~/.xinitrc
|
||||
# fi
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||
exec startx ~/.xinitrc
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue