]> Freerunner's - dotfiles.git/commitdiff
lf: update directory shortcuts again
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 14:45:31 +0000 (16:45 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 14:45:31 +0000 (16:45 +0200)
dot-config/lf/lfrc

index 448b5a5b08ca797b8ae81d670f1db1f000c1de3a..0a3a3bd132c8cceb6c0f6d445029fbd07c7c9879 100644 (file)
@@ -397,6 +397,7 @@ cmd yank-basename-without-extension &basename -a -- $fx | sed -E 's/\.[^.]+$//'
 cmd open-with-gui &$@ $fx # opens asynchronously, intended for GUI applications
 cmd open-with-cli $$@ $fx # opens synchronously, intended for CLI/TUI applications
 cmd apply-wallpaper %{{swww img $f}}
+cmd apply-hyprpaper %{{hyprctl hyprpaper reload ,$f}}
 cmd chdir cd "$@"
 cmd open-terminal-here &setsid -f "${TERMINAL}" >/dev/null 2>&1
 
@@ -439,6 +440,7 @@ map ad add-dir
 map ae add-file-and-edit
 map aD add-dir-and-move-selection
 map af add-file
+map ah :apply-hyprpaper
 map aw :apply-wallpaper
 
 # c = change
@@ -454,21 +456,23 @@ map dZ delete #zap
 
 # g = goto
 map Ga cd ~/Applications/
-map Gc cd ~/.config
+map Gc cd /media/data/nextcloud/
 map Gd cd ~/dotfiles/
-map Gk cd /etc/portage/patches/sys-kernel
-map Gl cd ~/.local
-map Gs cd ~/Bilder/Screenshots
-map Gt cd ~/.local/share/Trash/
+map Gk cd /etc/portage/patches/sys-kernel/
+map Gl cd ~/.local/
+map Gn cd /media/data/nextcloud/Notizen/
+map Gs cd ~/Bilder/Screenshots/
 map Gw cd ~/Bilder/Wallpapers
 map gd cd ~/Downloads/
+map gc cd ~/.config/
 map ge bottom
 map gf :fzf_search
-map gf goto-file
+map gF goto-file
 map gl follow-link
-map gm cd /media
+map gm cd /media/
 map gM cd /run/media/
 map go :fzf_jump
+map gt cd ~/.local/share/Trash/
 
 # o = order
 map oC : set sortby ctime; set reverse true; set info ctime
@@ -477,9 +481,9 @@ map oN : set sortby name; set reverse true; set info size
 map on : set sortby name; set reverse false; set info size
 map of : set sortby natural; set reverse false
 map oS : set sortby size; set reverse true; set info size
-map oT : set sortby time; set reverse false; set info time
+map oM : set sortby time; set reverse false; set info time
 map oc : set sortby ctime; set reverse true; set info ctime
-map ot : set sortby time; set reverse true; set info time
+map om : set sortby time; set reverse true; set info time
 
 # p = paste
 map pL :link; clear