Update music terminal script and add more examples

This commit is contained in:
elenapan 2020-08-15 23:14:42 +03:00
parent c133c6a7d7
commit 0573a64eb0

View file

@ -1,12 +1,17 @@
#!/bin/sh
# Launch ncmpcpp in a terminal with class "music"
#!/bin/bash
# Launch ncmpcpp in a terminal with class "music" or with name "Music Terminal"
# Kitty
kitty --class music -e ncmpcpp
# Alacritty
# alacritty --class music -e ncmpcpp
# st / xst
xst -c music -e ncmpcpp -c ~/.config/ncmpcpp/config_fancy
# st -c music -e ncmpcpp
# Termite
# termite --class music --exec ncmpcpp
# Urxvt
# urxvt -T "Music Terminal" -e ncmpcpp -c ~/.config/ncmpcpp/config_fancy
# urxvt -name music -e ncmpcpp