diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-09-21 15:39:49 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-09-21 15:39:49 -0400 |
| commit | 6244ad78ac5be212dc996cb4919cd778c3e7e7dd (patch) | |
| tree | 98675c2ea7b89f42fc1eec4b35ad9c72e47fc0fe /.xprofile | |
| parent | 63449c926b14e4166f18bd26e4cfbdbfc2409910 (diff) | |
| download | eibhear-6244ad78ac5be212dc996cb4919cd778c3e7e7dd.tar.gz eibhear-6244ad78ac5be212dc996cb4919cd778c3e7e7dd.tar.zst eibhear-6244ad78ac5be212dc996cb4919cd778c3e7e7dd.zip | |
switch to dwmblocks
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ setbg & # set the background with the `setbg` script xcompmgr & # xcompmgr for transparency -dwmbar & # script for updating the status bar +dwmblocks & # script for updating the status bar dunst & # dunst for notifications sxhkd & # Bind keys with sxhkd xset r rate 300 50 & # Speed xrate up @@ -20,6 +20,6 @@ xmodmap -e 'keycode 135 = Super_R' & # command changes the music player's status. while pgrep -x mpd; do mpc idle >/dev/null 2>&1 - refbar + pkill -RTMIN+11 done & notify-send "Welcome to LARBS on Void with dwm" "Press super+F1 for the help menu." # LARBSWELCOME |
