From 7888574b1c18c77b75e5c6c5930cd0709f16898a Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Thu, 3 Feb 2022 22:22:11 -0500 Subject: Catching up --- .config/x11/xprofile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/x11/xprofile (limited to '.config/x11/xprofile') diff --git a/.config/x11/xprofile b/.config/x11/xprofile new file mode 100644 index 0000000..fd1423b --- /dev/null +++ b/.config/x11/xprofile @@ -0,0 +1,33 @@ +#!/bin/sh + +xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup + +# Set wallpaper and terminal colors +set_wallpaper + +# Increase key speed via a rate change. This comes from Luke's remap script, but I don't want to remap caps lock to escape so this is all I used +xset r rate 300 50 + +# Start music player daemon +mpd & + +# Start locking application +xss-lock slock & + +# compositor for transparency/blur/animations +picom -b + +# program for keybindings +sxhkd & + +# Hide mouse when not in use +unclutter & + +# Start status bar script +dwmblocks & + +# start notification daemon +dunst & + +# xorg fix +xprofile --dpi 96 -- cgit v1.2.3