summaryrefslogtreecommitdiff
path: root/dot/xinitrc
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 02:25:39 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 02:25:39 +0200
commit13a17d4d90505bb6ead6938ffa5e9f3b4eaf76ee (patch)
tree0b179b4de2750da1bd4cf6396bebd1cb4367a4ce /dot/xinitrc
parent8801272c56e21baab775eb36095893b4e28388b7 (diff)
no GNOME in .xinitrc
Diffstat (limited to 'dot/xinitrc')
-rwxr-xr-xdot/xinitrc2
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
2set -x 2set -x
3USING_GNOME=1 3USING_GNOME=
4if [ -r "$XAUTHORITY" -a ! "$XAUTHORITY" -ef "$HOME"/.Xauthority ]; then 4if [ -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