Merge branch 'refresh' of github.com:Klowner/dotfiles into refresh
This commit is contained in:
commit
2c6740fa8f
1 changed files with 2 additions and 2 deletions
4
xinitrc
4
xinitrc
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
cd $HOME
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||||
[ -x "$f" ] && . "$f"
|
[ -x "$f" ] && . "$f"
|
||||||
|
@ -14,7 +14,7 @@ fi
|
||||||
eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK)
|
eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK)
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
|
|
||||||
# setxkbmap -option caps:swapescape &
|
setxkbmap -option caps:swapescape &
|
||||||
|
|
||||||
# Per-host init
|
# Per-host init
|
||||||
filepath=$(dirname $(readlink -f $0))
|
filepath=$(dirname $(readlink -f $0))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue