1
0
Fork 0

improve lots of things and change things to accomodate my new hardware

This commit is contained in:
Peter Domínguez 2025-05-24 23:59:57 -04:00
parent e425915f37
commit 5842024619
5 changed files with 35 additions and 39 deletions

View file

@ -1,3 +1,8 @@
[[manager.prepend_keymap]]
on = [ "g", "c" ]
run = "cd /home/peter/.config"
desc = "Configs"
[[manager.prepend_keymap]]
on = "!"
run = 'shell "$SHELL" --block'
@ -10,7 +15,7 @@ desc = "Show or hide the preview pane"
[[manager.prepend_keymap]]
on = [ "g", "d" ]
run = "cd /mnt/M2/Downloads"
run = "cd /home/peter/Downloads"
desc = "Downloads"
[[manager.prepend_keymap]]
@ -28,14 +33,9 @@ on = [ "g", "s" ]
run = "cd /mnt/SSD"
desc = "SSD"
[[manager.prepend_keymap]]
on = [ "g", "m" ]
run = "cd /mnt/M2"
desc = "M2"
[[manager.prepend_keymap]]
on = [ "g", "n" ]
run = "cd /mnt/M2/Nextcloud"
run = "cd /home/peter/Nextcloud"
desc = "Nextcloud"
[[manager.prepend_keymap]]
@ -45,7 +45,7 @@ desc = "Media"
[[manager.prepend_keymap]]
on = [ "g", "a" ]
run = "cd /mnt/M2/Downloads/AUR"
run = "cd /home/peter/Downloads/AUR"
desc = "AUR"
[[manager.prepend_keymap]]