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:
8
shells/profile
Normal file
8
shells/profile
Normal 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 :
|
Reference in New Issue
Block a user