dotfiles/.xprofile

13 lines
225 B
Text
Raw Normal View History

2018-11-01 01:25:33 +01:00
# Deactivate screen blanking
xset -dpms s off
# Set wallpaper
[ -f ~/.fehbg ] && sh ~/.fehbg
# Set keyboard layout
setxkbmap us altgr-intl
# Register screen locker
xss-lock -- i3lock -n -eft -i ~/.wallpapers/lockscreen &