+ 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
|
#!/bin/sh
|
||||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
|
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||||
else
|
|
||||||
exec tdm --xstart
|
exec tdm --xstart
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||||
else
|
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# Disable auto-dim/autolock/screen saver
|
# Disable auto-dim/autolock/screen saver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue