diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-03-07 15:43:27 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-07 15:43:27 -0500 |
| commit | 9ca587702480b8185a27800b016837b6655249fc (patch) | |
| tree | d2afb8a56be04ffa52abb9cc5760b5b6e5a1644b /.config/x11 | |
| parent | f47e40243f2774f68bfa02ebee9289b0ce26564b (diff) | |
| parent | deecc427071e013dc3a9af949334dd412d010dae (diff) | |
| download | eibhear-9ca587702480b8185a27800b016837b6655249fc.tar.gz eibhear-9ca587702480b8185a27800b016837b6655249fc.tar.zst eibhear-9ca587702480b8185a27800b016837b6655249fc.zip | |
Merge branch 'memreyagci-remove-$HOME-.xinitrc'
Diffstat (limited to '.config/x11')
| -rwxr-xr-x | .config/x11/xprofile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
