diff options
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -15,9 +15,4 @@ dunst & # dunst for notifications sxhkd & # Bind keys with sxhkd xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle - -# This loop will update the mpd statusbar module whenever a command changes the -# music player's status. mpd must be running on X's start for this to work. -while pgrep -x mpd >/dev/null; do - mpc idle >/dev/null; pkill -RTMIN+11 dwmblocks -done +mpd-module-update & # Check for when to update the mpd module |
