steady forward motion

This commit is contained in:
Daniel Lundin 2019-03-09 11:07:45 +01:00
parent dc1f213730
commit 01620abab3
9 changed files with 32 additions and 21 deletions

View file

@ -1,11 +1,5 @@
#!/bin/bash
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xsetroot -solid \#99aab0
xmodmap $HOME/.Xmodmap
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
alacritty -e tmux attach -t0 &