2022-03-29 12:40:10 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-05-15 09:42:55 -05:00
|
|
|
# enable touch on only laptop monitor
|
2022-06-04 11:50:57 -05:00
|
|
|
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1
|
2022-02-03 16:58:34 -06:00
|
|
|
|
2022-07-05 09:42:30 -05:00
|
|
|
pactl load-module module-switch-on-connect
|
2022-05-15 09:38:50 -05:00
|
|
|
|
2022-03-29 12:40:10 -05:00
|
|
|
xss-lock -- ~/bin/lock &
|