Sync files with vriska (adds 1 tmp file)

This commit is contained in:
Lexi Stelter 2019-01-09 12:58:46 +01:00
parent d50f4fee6d
commit b525a4cc0d
8 changed files with 566 additions and 4 deletions

View file

@ -1,5 +1,10 @@
#
# ~/.xprofile (includes ~/.xprofile.local)
#
# Load X resources
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
[ -f ~/.Xresources.local ] && xrdb -merge ~/.Xresources.local
# Deactivate screen blanking
xset -dpms s off
@ -13,3 +18,6 @@ setxkbmap us altgr-intl
# Register screen locker
xss-lock -- i3lock -n -eft -i ~/.wallpapers/lockscreen &
# Include host-specific .xprofile
[ -f ~/.xprofile.local ] && source ~/.xprofile.local