diff options
author | Julian T <julian@jtle.dk> | 2018-12-22 14:30:19 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2018-12-22 14:30:19 +0100 |
commit | dc2bd971969844485ee72959d92c3057b08fb619 (patch) | |
tree | a84d1f495c6667aa19720e58e5d201b4498a04dd /.xinitrc | |
parent | 749514d7c7839dc5fd383ef927723b7e1188cfc8 (diff) |
Added i3 config and switched xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,8 +1,7 @@ setxkbmap -layout us -variant altgr-intl xcape -e "Control_L=Escape" feh --bg-fill /home/julian/Pictures/up1.* -export _JAVA_AWT_WM_NONREPARENTING=1 -export TERM=st +source .envars eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) export SSH_AUTH_SOCK @@ -21,9 +20,4 @@ if [[ "$SSH_AGENT_PID" == "" ]]; then eval "$(<~/.ssh-agent-thing)" fi -while true; do - dwm -done & - - -exec sh /home/julian/.dwmSession.sh +exec i3 |