feat: move .xmodmap
to .config
This commit is contained in:
parent
08320670ea
commit
4e7b868e23
11
.xprofile
11
.xprofile
@ -3,21 +3,20 @@
|
|||||||
# This file is sourced when launching a DM from startx/xinit
|
# This file is sourced when launching a DM from startx/xinit
|
||||||
|
|
||||||
# session launch
|
# session launch
|
||||||
source $HOME/.profile
|
|
||||||
|
|
||||||
xss-lock -- slock &
|
xss-lock -- slock &
|
||||||
redshift &
|
redshift &
|
||||||
|
dunst &
|
||||||
pamixer --set-volume 30 &
|
pamixer --set-volume 30 &
|
||||||
sbacklight set 3 &
|
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 &
|
bat_notify &
|
||||||
AC_notify &
|
AC_notify &
|
||||||
setbg &
|
setbg &
|
||||||
dwmbar &
|
dwmbar &
|
||||||
|
|
||||||
|
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)'
|
setxkbmap 'fr(oss)'
|
||||||
xmodmap $HOME/.xmodmap
|
xmodmap $XDG_CONFIG_HOME/xmodmap
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
Reference in New Issue
Block a user