diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-23 21:08:13 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-23 21:08:13 +0200 |
commit | 2cc1e977dedf4f13a3c353e56420218754c39987 (patch) | |
tree | 864aca1d9d1bfb6cd0e9ab0665ed68d7fb2e985f /.config | |
parent | da895849fdb20d9faa87dcb8327b22ed1f3dc2a6 (diff) |
Add dwmblocks to xprofile
Diffstat (limited to '.config')
-rwxr-xr-x | .config/x11/xprofile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index c914c5b..d7404fe 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,11 +3,12 @@ # 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. -setbg & # Set the background with the `setbg` script. -xcompmgr & # xcompmgr for transparency +dwmblocks & # Status bar +setbg & # Set the background with the `setbg` script +xcompmgr & # xcompmgr for transparency xset r rate 300 50 & # Speed xrate up -unclutter & # Remove mouse when idle -xbanish & # Remove mouse when typing +unclutter & # Remove mouse when idle +xbanish & # Remove mouse when typing # 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 |