brightness: from 30 to 20
This commit is contained in:
parent
e3008eb19f
commit
caeb66b00b
|
|
@ -4,9 +4,10 @@
|
||||||
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
|
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
|
xrandr -r 60.00
|
||||||
unclutter &
|
unclutter &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
dunst &
|
dunst &
|
||||||
backlight_control 30 &
|
backlight_control 20 &
|
||||||
# exec dwm > /dev/null 2>&1
|
# exec dwm > /dev/null 2>&1
|
||||||
while type dwm > /dev/null ; do dwm && continue || break ; done
|
while type dwm > /dev/null ; do dwm && continue || break ; done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue