[xinitrc] update to use backlight command

This commit is contained in:
odrling 2022-01-09 19:07:18 +01:00
parent 26d77ded1b
commit 202c5548c2
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -2,15 +2,12 @@
# dbus
eval "$(dbus-launch --sh-syntax --exit-with-session)"
# set wallpaper
setoutput &
# notification daemon
dunst &
# compositor
picom &
# default screen brightness
xbacklight -set 30 &
backlight 50 &
# default keyboard layout
sethid &
@ -29,5 +26,9 @@ xcape -e 'Control_L=Escape' &
[ -e "$HOME/.xinitrc.local" ] && . "$HOME/.xinitrc.local"
# set wallpaper
setoutput
# start dwm
exec dwm
# exec pw-jack dwm