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
|
2024-01-13 16:17:27 -06:00
|
|
|
# xinput --map-to-output '18' eDP-1
|
2022-02-03 16:58:34 -06:00
|
|
|
|
2024-01-13 16:17:27 -06:00
|
|
|
# xset 1200
|
|
|
|
# xss-lock -- ~/bin/lock &
|
2022-08-05 12:13:22 -05:00
|
|
|
|
2022-09-02 16:10:12 -05:00
|
|
|
# set a new random color
|
2024-01-13 16:17:27 -06:00
|
|
|
~/.config/qtile/colors.py &
|
2022-09-02 16:10:12 -05:00
|
|
|
|
2024-01-13 16:17:27 -06:00
|
|
|
SKIP_WM_RESET=1 autorandr -c --default default &
|
2023-08-16 15:19:31 -05:00
|
|
|
|
|
|
|
# https://github.com/alacritty/alacritty/issues/3465
|
|
|
|
export WINIT_X11_SCALE_FACTOR=1
|