diff options
Diffstat (limited to 'dot_xprofile')
-rw-r--r-- | dot_xprofile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_xprofile b/dot_xprofile new file mode 100644 index 0000000..f333e35 --- /dev/null +++ b/dot_xprofile @@ -0,0 +1,11 @@ +#!/bin/sh + +# This file runs when a DM logs you into a graphical session. +# If you use startx/xinit like a Chad, this file will also be sourced. + +xset r rate 300 50 & # Speed xrate up +unclutter & # Remove mouse when idle +dunst & # dunst for notifications + +sct 3500 & +xbacklight -set 25 & |