.xprofile: set background color
This commit is contained in:
parent
6f8415890d
commit
1764e39cb8
|
|
@ -9,7 +9,8 @@
|
||||||
# Deactivate screen blanking
|
# Deactivate screen blanking
|
||||||
xset -dpms s off
|
xset -dpms s off
|
||||||
|
|
||||||
# Set wallpaper
|
# Set background color (as fallback) and wallpaper (if exists)
|
||||||
|
xsetroot -solid black
|
||||||
[ -f ~/.fehbg ] && sh ~/.fehbg
|
[ -f ~/.fehbg ] && sh ~/.fehbg
|
||||||
|
|
||||||
# Set keyboard layout
|
# Set keyboard layout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue