diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-03-07 15:40:43 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-07 15:40:43 -0500 |
| commit | deecc427071e013dc3a9af949334dd412d010dae (patch) | |
| tree | d2afb8a56be04ffa52abb9cc5760b5b6e5a1644b /.config/x11 | |
| parent | 75d860939b1cef97cb6c5169f47be2ecba078a6f (diff) | |
| download | eibhear-deecc427071e013dc3a9af949334dd412d010dae.tar.gz eibhear-deecc427071e013dc3a9af949334dd412d010dae.tar.zst eibhear-deecc427071e013dc3a9af949334dd412d010dae.zip | |
startx alias
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 |
