|
|
|
@ -8,12 +8,12 @@ xss-lock -- slock &
|
|
|
|
|
redshift &
|
|
|
|
|
dunst -follow mouse &> /dev/null & #temp fix
|
|
|
|
|
# MPD daemon start (if no other user instance exists)
|
|
|
|
|
[ ! -s ~/.config/mpd/pid ] && mpd
|
|
|
|
|
[ ! -s "$XDG_CONFIG_HOME/mpd/pid" ] && mpd
|
|
|
|
|
pulsemixer --set-volume 50
|
|
|
|
|
sbacklight set 3 &
|
|
|
|
|
setbg &
|
|
|
|
|
dwmblocks &
|
|
|
|
|
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/X11/xresources
|
|
|
|
|
xrdb "$XDG_CONFIG_HOME/X11/xresources"
|
|
|
|
|
|
|
|
|
|
xinput set-prop 'Synaptics TM3072-003' 'libinput Tapping Enabled' 1 &
|
|
|
|
|
xinput set-prop 'Synaptics TM3072-003' 'libinput Natural Scrolling Enabled' 1 &
|
|
|
|
|