Doors/.config/x11/xprofile
2023-02-03 04:08:44 -05:00

14 lines
282 B
Bash
Executable file

#!/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 &