+ Fix xorg config
This commit is contained in:
parent
9f50b70662
commit
6dd6f00291
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
else
|
||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||
exec tdm --xstart
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue