dotfiles/home/executable_dot_xprofile

15 lines
262 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
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-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
~/.config/qtile/.colors/colors.py
2022-08-05 12:13:22 -05:00
SKIP_WM_RESET=1 autorandr -c --default default
2022-09-02 16:10:12 -05:00