Add terminal file chooser

This commit is contained in:
Admin 2025-04-14 16:51:42 +02:00
parent 0b0e83f505
commit 1d5240b7c6
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[filechooser]
cmd=yazi-wrapper.sh
default_dir=$HOME

View File

@ -39,6 +39,11 @@ windowrule = size 0 0, title:^(.*)hidden-terminator*(.*)$
windowrule = move 0 0, title:^(.*)hidden-terminator*(.*)$
windowrule = float, title:^(.*)hidden-terminator*(.*)$
# Set rule for yazi filepicker
windowrule = float, title:^(.*)termfilechooser*(.*)$
windowrule = size 1400 800, title:^(.*)termfilechooser*(.*)$
windowrule = center, title:^(.*)termfilechooser*(.*)$
# Set floating windows & position them centered
windowrule = float, class:file_progress
windowrule = center, class:file_progress