diff options
Diffstat (limited to '.config/rmpc/config.ron')
-rw-r--r-- | .config/rmpc/config.ron | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/.config/rmpc/config.ron b/.config/rmpc/config.ron index 4401650..c99b94e 100644 --- a/.config/rmpc/config.ron +++ b/.config/rmpc/config.ron @@ -31,10 +31,9 @@ "1": SwitchToTab("Queue"), "2": SwitchToTab("Directories"), "3": SwitchToTab("Artists"), - "4": SwitchToTab("Album Artists"), - "5": SwitchToTab("Albums"), - "6": SwitchToTab("Playlists"), - "7": SwitchToTab("Search"), + "4": SwitchToTab("Albums"), + "5": SwitchToTab("Playlists"), + "6": SwitchToTab("Search"), "q": Quit, ">": NextTrack, "p": TogglePause, @@ -170,13 +169,6 @@ ), ), ( - name: "Album Artists", - pane: Split( - direction: Horizontal, - panes: [(size: "100%", borders: "ALL", pane: Pane(AlbumArtists))], - ), - ), - ( name: "Albums", pane: Split( direction: Horizontal, @@ -197,19 +189,5 @@ panes: [(size: "100%", borders: "ALL", pane: Pane(Search))], ), ), - ( - name: "Browser", - pane: Split( - direction: Horizontal, - panes: [(size: "100%", borders: "ALL", pane: Pane(Browser(root_tag: "Artist")))], - ), - ), - ( - name: "Lyrics", - pane: Split( - direction: Horizontal, - panes: [(size: "100%", borders: "ALL", pane: Pane(Lyrics))], - ), - ), ], ) |