1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-08-01 13:21:49 +02:00

Add shell and terminal configs

This commit is contained in:
Valentin Brandl
2017-02-11 11:18:16 +01:00
parent 7acf8f3760
commit c188d25571
7 changed files with 1755 additions and 0 deletions

8
shells/profile Normal file
View File

@@ -0,0 +1,8 @@
# ~/.profile
# start window manager on login
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
export QT_QPA_PLATFORMTHEME='gtk2'
fi
# vim: set filetype=zsh ts=4 sw=4 tw=120 et :