fix(launcher): move fzf previews below menus

This commit is contained in:
2026-07-07 22:36:56 -07:00
parent 7b94adafbd
commit 0e254cbbef
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
type: changed
area: launcher
- Moved fzf previews below launcher menus so long titles and metadata have more horizontal room.
+2 -2
View File
@@ -56,7 +56,7 @@ export function showFzfFlatMenu(
`--prompt=${prompt}`, `--prompt=${prompt}`,
'--delimiter=\t', '--delimiter=\t',
'--with-nth=2', '--with-nth=2',
'--preview-window=right:50%:wrap', '--preview-window=down:50%:wrap',
'--preview', '--preview',
previewCommand, previewCommand,
]; ];
@@ -468,7 +468,7 @@ thumb=$(get_thumb)
'--prompt=Select Video: ', '--prompt=Select Video: ',
'--delimiter=\t', '--delimiter=\t',
'--with-nth=1', '--with-nth=1',
'--preview-window=right:50%:wrap', '--preview-window=down:50%:wrap',
'--preview', '--preview',
previewCmd, previewCmd,
], ],