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-09-12 10:56:29 -05:00
|
|
|
# this isn't working for some reason
|
|
|
|
xinput --map-to-output '18' eDP-1
|
2022-02-03 16:58:34 -06:00
|
|
|
|
2022-03-29 12:40:10 -05:00
|
|
|
xss-lock -- ~/bin/lock &
|
2022-08-04 11:30:53 -05:00
|
|
|
|
2022-08-05 12:13:22 -05:00
|
|
|
unclutter --timeout 1 &
|
|
|
|
|
2022-09-02 16:10:12 -05:00
|
|
|
# set a new random color
|
2023-01-29 14:03:12 -06:00
|
|
|
~/.config/qtile/colors/colors.py
|
2022-09-02 16:10:12 -05:00
|
|
|
|
2022-08-05 12:13:22 -05:00
|
|
|
SKIP_WM_RESET=1 autorandr -c --default default
|