Doors/.config/x11/xprofile

15 lines
282 B
Text
Raw Normal View History

2023-02-03 04:08:44 -05:00
#!/bin/sh
[ -x "$(command -v g610-led)" ] && g610-led -a ff &
if [ -f ".screenlayout/default.sh" ]; then
. ".screenlayout/default.sh" &
fi
xmodmap -e 'clear lock' &
xmodmap -e 'keysym Caps_Lock = Escape' &
picom -b &
xset r rate 300 50 &
unclutter &
redshift -l 43:-70 &
xclip &