From 140ce2f23285a65b1579d4e1622719a7bb070aaa Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Tue, 19 May 2020 10:16:19 -0500 Subject: [PATCH] cd to ~ in xinitrc --- xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index fbd393e..4edb2f0 100644 --- a/xinitrc +++ b/xinitrc @@ -1,5 +1,5 @@ #!/bin/sh - +cd $HOME if [ -d /etc/X11/xinit/xinitrc.d ]; then for f in /etc/X11/xinit/xinitrc.d/*; do [ -x "$f" ] && . "$f" @@ -14,7 +14,7 @@ fi eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK) export SSH_AUTH_SOCK -# setxkbmap -option caps:swapescape & +setxkbmap -option caps:swapescape & # Per-host init filepath=$(dirname $(readlink -f $0))