mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
corrected urxvt example for music_terminal
This commit is contained in:
parent
cddf21f29c
commit
35e050e82f
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
#!/bin/bash
|
||||
# Launch ncmpcpp in a terminal with class "music" or with name "Music Terminal"
|
||||
|
||||
|
|
@ -6,3 +7,6 @@ xst -c music -e ncmpcpp -c ~/.config/ncmpcpp/config_fancy
|
|||
|
||||
# Termite
|
||||
# termite --class music --exec ncmpcpp
|
||||
|
||||
# Urxvt
|
||||
# urxvt -T "Music Terminal" -e ncmpcpp -c ~/.config/ncmpcpp/config_fancy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue