cd to ~ in xinitrc
This commit is contained in:
parent
14795eb6dc
commit
140ce2f232
1 changed files with 2 additions and 2 deletions
4
xinitrc
4
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue