mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Update music terminal script and add more examples
This commit is contained in:
parent
c133c6a7d7
commit
0573a64eb0
1 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue