diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-12-08 08:41:03 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-12-08 08:41:03 +0000 |
| commit | 13d292a877403b1aa3c1612a2f1dc0c87c3c5243 (patch) | |
| tree | a1082994d6a16ef79dca58939b0fc8e86d9ed290 | |
| parent | 786dc619baa61b1e24f6bbd36634ca3002cfb209 (diff) | |
Fix xinitrc path
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ export XDG_DESKTOP_DIR="$HOME" # X11-stuff export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export XDEFAULTS="$HOME/.config/x/defaults" -export XINITRC="${XDG_CONFIG_HOME:-$HOME/.config}/xinitrc" +export XINITRC="${XDG_CONFIG_HOME:-$HOME/.config}/x/xinitrc" export XRESOURCES="$HOME/.config/x/resources" # More utils / Preferences |
