minor updates

This commit is contained in:
Tyler Mayoff 2025-07-09 13:26:41 -04:00
parent a17216730b
commit e1bb817dc8
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
2 changed files with 16 additions and 0 deletions

View file

@ -3,6 +3,11 @@
text = ''
[manager]
ratio = [0, 4, 0]
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"
[opener]
edit = [
@ -11,6 +16,15 @@
'';
};
xdg.configFile."helide/keymap.toml" = {
text = ''
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"
'';
};
xdg.configFile."helide/,yazi_opener.sh" = {
text = ''
#!/usr/bin/env bash