31981c9631
i3lock -> slock update .xprofile update .local/bin/arch_setup
24 lines
510 B
Bash
24 lines
510 B
Bash
#! /bin/sh
|
|
|
|
# This file is sourced when launching a DM from startx/xinit
|
|
|
|
# session launch
|
|
source $HOME/.profile
|
|
|
|
xss-lock -- slock &
|
|
redshift &
|
|
pamixer --set-volume 30 &
|
|
sbacklight set 3 &
|
|
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 &
|
|
dunst &
|
|
bat_notify &
|
|
AC_notify &
|
|
setbg &
|
|
dwmbar &
|
|
|
|
setxkbmap 'fr(oss)'
|
|
xmodmap $HOME/.xmodmap
|
|
sxhkd &
|