Doors/configs/x11/xprofile
2023-12-30 21:00:57 -05:00

15 lines
513 B
Bash
Executable file

#!/bin/sh
# This is called by xinitrc during x startup
# Run multi-monitor config if it exists
if [ -f ".screenlayout/default.sh" ]; then
. ".screenlayout/default.sh" &
fi
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
picom -b & # Compositor
xset r rate 200 100 & # Key repeat rate
unclutter & # Hide mouse cursor after inactivity
redshift -l 43:-70 & # Tint screen at night if you're in new england (this should be changed)
xclip & # Make clipboard work