aboutsummaryrefslogtreecommitdiff
path: root/.config/rmpc/config.ron
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-08 18:35:40 +0300
committerawy <awy@awy.one>2025-08-08 18:35:40 +0300
commit480d9cfaf1f52ce6b47c0d91d74ff65383af6693 (patch)
tree6f300351f55e707175e54ab4e04ce62736a6e589 /.config/rmpc/config.ron
parentc4c20e10a93eff16515226c71a6e8547292cf3e4 (diff)
downloadhyprdots-480d9cfaf1f52ce6b47c0d91d74ff65383af6693.tar.gz
less tabs
Diffstat (limited to '.config/rmpc/config.ron')
-rw-r--r--.config/rmpc/config.ron28
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))],
- ),
- ),
],
)