10321a0d21
remove .local/bin/dwmbar add .local/bin/statusbar scripts directory update .profile ($PATH) update .xprofile (dwmblocks at startup)
26 lines
612 B
Bash
26 lines
612 B
Bash
#! /bin/sh
|
|
|
|
# This file is sourced when launching a DM from startx/xinit
|
|
|
|
# session launch
|
|
|
|
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
|
|
pulsemixer --set-volume 50
|
|
sbacklight set 3 &
|
|
bat_notify &
|
|
AC_notify &
|
|
setbg &
|
|
dwmblocks &
|
|
|
|
xinput set-prop 'Synaptics TM3072-003' 'libinput Tapping Enabled' 1 &
|
|
xinput set-prop 'Synaptics TM3072-003' 'libinput Natural Scrolling Enabled' 1 &
|
|
xinput set-prop 'Synaptics TM3072-003' 'libinput Accel Speed' 0.4 &
|
|
setxkbmap 'fr(oss)'
|
|
remaps &
|
|
sxhkd &
|
|
xbanish&
|