From deecc427071e013dc3a9af949334dd412d010dae Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Mar 2021 15:40:43 -0500 Subject: startx alias --- .config/x11/xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/x11/xprofile') diff --git a/.config/x11/xprofile b/.config/x11/xprofile index b4db27b..f7182e1 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,10 +3,10 @@ # 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. -mpd & # music player daemon-you might prefer it as a service though -remaps & # run the remaps script, switching caps/esc and more; check it for more info setbg & # set the background with the `setbg` script #xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup +mpd & # music player daemon-you might prefer it as a service though +remaps & # run the remaps script, switching caps/esc and more; check it for more info xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications xset r rate 300 50 & # Speed xrate up -- cgit v1.3.1