Added function playerCmus in the dwm_status

This commit is contained in:
Marcin Wozniak
2019-06-01 12:41:06 +02:00
parent 8be6ac4a46
commit 987237a689
4 changed files with 45 additions and 101 deletions

View File

@ -29,6 +29,8 @@ bind e new-window -n '~/.tmux.conf.local' "sh -c '\${EDITOR:-vim} ~/.tmux.conf.l
# reload configuration
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
# kill current window
bind q killp
# -- display -------------------------------------------------------------------