add xinput script
This commit is contained in:
parent
9237d7e385
commit
13af397a2d
@ -262,8 +262,7 @@ exec --no-startup-id dunst -config ~/.config/dunstrc
|
|||||||
# Update notifier Archlinux
|
# Update notifier Archlinux
|
||||||
exec --no-startup-id aarchup # exec octopi-notifier
|
exec --no-startup-id aarchup # exec octopi-notifier
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
exec --no-startup-id xinput set-prop 13 325 1
|
exec --no-startup-id python $HOME/script/xinput.py
|
||||||
exec --no-startup-id xinput set-prop 13 309 1
|
|
||||||
exec --no-startup-id keepassxc
|
exec --no-startup-id keepassxc
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id start-pulseaudio-x11
|
exec --no-startup-id start-pulseaudio-x11
|
||||||
|
@ -15,8 +15,7 @@ export SSH_AUTH_SOCK
|
|||||||
numlockx &
|
numlockx &
|
||||||
picom -b &
|
picom -b &
|
||||||
#config pad
|
#config pad
|
||||||
xinput set-prop 14 325 1 &
|
python /home/vincent/script/xinput.py
|
||||||
xinput set-prop 14 309 1 &
|
|
||||||
# exec dbus-launch i3
|
# exec dbus-launch i3
|
||||||
case $1 in
|
case $1 in
|
||||||
i3 ) exec dbus-launch i3;;
|
i3 ) exec dbus-launch i3;;
|
||||||
|
Loading…
Reference in New Issue
Block a user