Add custom window class for sxiv
This commit is contained in:
parent
5a58f89f96
commit
acdb39416a
1 changed files with 1 additions and 1 deletions
2
kunst
2
kunst
|
@ -58,7 +58,7 @@ main() {
|
|||
echo "kunst: swapped album art to $(mpc current)"
|
||||
|
||||
# display the album art using sxiv
|
||||
sxiv -g 250x250 -b $COVER &
|
||||
sxiv -g 250x250 -b $COVER -N "KunstArt" &
|
||||
|
||||
while true; do
|
||||
# waiting for an event from mpd; play/pause/next/previous
|
||||
|
|
Loading…
Add table
Reference in a new issue