diff options
| -rw-r--r-- | portage/var/lib/portage/world | 2 | ||||
| -rw-r--r-- | yazi/.config/yazi/keymap.toml | 9 | ||||
| -rw-r--r-- | yazi/.config/yazi/yazi.toml | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/portage/var/lib/portage/world b/portage/var/lib/portage/world index 68d637e..4d43f38 100644 --- a/portage/var/lib/portage/world +++ b/portage/var/lib/portage/world @@ -11,6 +11,7 @@ app-editors/micro app-editors/neovim app-editors/vis app-eselect/eselect-repository +app-misc/dragon app-misc/fastfetch app-misc/hyfetch app-misc/jq @@ -36,6 +37,7 @@ gui-apps/foot gui-apps/swaybg gui-apps/tuigreet gui-apps/waybar +gui-apps/wl-clipboard gui-apps/wlogout gui-apps/wtype gui-apps/xwayland-satellite diff --git a/yazi/.config/yazi/keymap.toml b/yazi/.config/yazi/keymap.toml new file mode 100644 index 0000000..f275171 --- /dev/null +++ b/yazi/.config/yazi/keymap.toml @@ -0,0 +1,9 @@ +[[mgr.prepend_keymap]] +on = [ "<F2>" ] +run = 'shell -- dragon -i -T %s' +desc = "Drag and drop (dragon)" + +[[mgr.prepend_keymap]] +on = "y" +run = [ 'shell -- for path in %s; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ] +desc = "Copy file URIs to clipboard" diff --git a/yazi/.config/yazi/yazi.toml b/yazi/.config/yazi/yazi.toml new file mode 100644 index 0000000..7f1fde1 --- /dev/null +++ b/yazi/.config/yazi/yazi.toml @@ -0,0 +1,2 @@ +[mgr] +show_hidden = true |
