diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/rmpc/config.ron | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rmpc/config.ron b/.config/rmpc/config.ron index fbd8c5c..4401650 100644 --- a/.config/rmpc/config.ron +++ b/.config/rmpc/config.ron @@ -124,13 +124,13 @@ ), ( size: "30%", - borders: "NONE", + borders: "ALL", pane: Split( direction: Vertical, panes: [ ( size: "75%", - borders: "ALL", + borders: "NONE", pane: Pane(AlbumArt), ), ( |