diff options
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x | .config/x11/xprofile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index d7404fe..d341451 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,12 +3,13 @@ # 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. -dwmblocks & # Status bar setbg & # Set the background with the `setbg` script -xcompmgr & # xcompmgr for transparency +# xcompmgr & # xcompmgr for transparency xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle xbanish & # Remove mouse when typing +dwmblocks & # Status bar +echo $PATH > /tmp/path.dbg # This line autostart an instance of Pulseaudio that does not exit on idle. # This is "necessary" on Artix due to a current bug between PA and |