Sync files with vriska (adds 1 tmp file)
This commit is contained in:
parent
d50f4fee6d
commit
b525a4cc0d
8 changed files with 566 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue