dotfiles/home/executable_dot_xprofile

12 lines
296 B
Text
Raw Normal View History

2022-03-29 12:40:10 -05:00
#!/bin/sh
2022-05-15 09:42:55 -05:00
# enable touch on only laptop monitor
xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP1
2022-02-03 16:58:34 -06:00
2022-05-15 09:42:55 -05:00
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
2022-05-15 09:38:50 -05:00
xrandr --addmode eDP1 "1920x1080_60.00"
2022-03-29 12:40:10 -05:00
xss-lock -- ~/bin/lock &
2022-05-15 09:42:55 -05:00
xsetroot -cursor_name left_ptr