From 6b129df7eecd64f7a5c8cbe946d0511f91f002f9 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 27 Dec 2021 20:28:19 +0100 Subject: Updated with chezmoi --- dot_xprofile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot_xprofile (limited to 'dot_xprofile') 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 & -- cgit v1.2.3