diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,3 +17,8 @@ export BIB="$HOME/Documents/LaTeX/uni.bib" if [[ "$(tty)" = "/dev/tty1" ]]; then pgrep -x i3 || exec startx fi + +# Switch escape and caps and use wal colors if tty: +sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null +wal -Rn + |
