1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

restructuring of dotfiles

This commit is contained in:
tiynger
2019-10-03 22:40:43 +02:00
parent 7f51af64cd
commit 283e3b1908
8 changed files with 6 additions and 68 deletions

View File

@@ -13,6 +13,7 @@ export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
export RTV_BROWSER="firefox"
export QT_QPA_PLATFORMTHEME="qt5ct"
export ZDOTDIR="$HOME/.config/zsh"
# less/man colors
export LESS=-R
@@ -26,13 +27,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '')"; a="${a%_}"
mpd >/dev/null 2>&1 &
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
# Start graphical server if i3 not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx
# Switch escape and caps if tty:
##sudo -n loadkeys ~/.local/bin/ttymaps.kmap 2>/dev/null