7 lines
129 B
Bash
7 lines
129 B
Bash
#!/bin/sh
|
|
|
|
# enable touch on only laptop monitor
|
|
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1
|
|
|
|
|
|
xss-lock -- ~/bin/lock &
|