Browse Source

Use hostname to open ncmpcpp on home server

master
Maxime Wack 1 year ago
parent
commit
842e5ab02b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .config/sxhkd/music_home

+ 2
- 2
.config/sxhkd/music_home View File

@@ -2,8 +2,8 @@

# Music on server
super + eacute
wm popup Music_playlist_home ncmpcpp -s playlist -h 192.168.0.121 ; \
wm popup Music_media_home ncmpcpp -s media_library -h 192.168.0.121
wm popup Music_playlist_home ncmpcpp -s playlist -h home_local ; \
wm popup Music_media_home ncmpcpp -s media_library -h home_local

# Torrent
super + i


Loading…
Cancel
Save