diff options
Diffstat (limited to 'dot')
-rwxr-xr-x | dot/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/xinitrc b/dot/xinitrc index 4b44c5a..2117999 100755 --- a/dot/xinitrc +++ b/dot/xinitrc | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | set -x | 2 | set -x |
3 | USING_GNOME=1 | 3 | USING_GNOME= |
4 | if [ -r "$XAUTHORITY" -a ! "$XAUTHORITY" -ef "$HOME"/.Xauthority ]; then | 4 | if [ -r "$XAUTHORITY" -a ! "$XAUTHORITY" -ef "$HOME"/.Xauthority ]; then |
5 | ln -sf "$XAUTHORITY" "$HOME"/.Xauthority | 5 | ln -sf "$XAUTHORITY" "$HOME"/.Xauthority |
6 | XAUTHORITY="$HOME"/.Xauthority | 6 | XAUTHORITY="$HOME"/.Xauthority |