some cleanup, back to wpa_supplicant, about to branch for refactor
This commit is contained in:
parent
29f9ba670f
commit
7b061e6cd8
33 changed files with 2225 additions and 449 deletions
6
dotfiles/dot_config/yazi/keymap.toml
Normal file
6
dotfiles/dot_config/yazi/keymap.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[manager]
|
||||
prepend_keymap = [
|
||||
{ on = "<C-d>", run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm" },
|
||||
{ on = "y", run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n", "yank"] },
|
||||
{ on = ["g", "r"], run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue