From 480d9cfaf1f52ce6b47c0d91d74ff65383af6693 Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 8 Aug 2025 18:35:40 +0300 Subject: less tabs --- .config/rmpc/config.ron | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to '.config/rmpc') 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, @@ -169,13 +168,6 @@ panes: [(size: "100%", borders: "ALL", pane: Pane(Artists))], ), ), - ( - name: "Album Artists", - pane: Split( - direction: Horizontal, - panes: [(size: "100%", borders: "ALL", pane: Pane(AlbumArtists))], - ), - ), ( name: "Albums", pane: Split( @@ -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))], - ), - ), ], ) -- cgit v1.2.3