mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-10 19:22:38 +08:00
Former-commit-id: 35e050e82f
Former-commit-id: 642bb2e4287fe579b9e9f3c928cd82daaf15bf0e
Former-commit-id: 90c55777464bb4b37ba1037a27fd3c6eaeab6fcc
Former-commit-id: d7e8b65e4ff5cf31f27056d674840b19ea472791
12 lines
295 B
Text
Executable file
12 lines
295 B
Text
Executable file
|
|
#!/bin/bash
|
|
# Launch ncmpcpp in a terminal with class "music" or with name "Music Terminal"
|
|
|
|
# st / xst
|
|
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
|