]> Freerunner's - dotfiles.git/commitdiff
lf: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 27 Oct 2025 22:29:56 +0000 (23:29 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 27 Oct 2025 22:29:56 +0000 (23:29 +0100)
dot-config/lf/lfrc

index 44c43f1717e7ace62a3b40915b771ae86e32b8e3..5f140e61abd619b035cbcc911df47acfaa1b9b9c 100644 (file)
@@ -400,8 +400,6 @@ cmd yank-basename-without-extension &basename -a -- $fx | sed -E 's/\.[^.]+$//'
 # helpers
 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 --resize crop -f Lanczos3 --transition-type center $f}}
-cmd apply-wallpaper-pixel %{{swww img --resize crop -f Nearest --transition-type center  $f}}
 cmd apply-wallpaper-content %{{matugen -t scheme-content image $f}}
 cmd apply-wallpaper-expressive %{{matugen -t scheme-expressive image $f}}
 cmd apply-wallpaper-fidelity %{{matugen -t scheme-fidelity image $f}}
@@ -410,7 +408,6 @@ cmd apply-wallpaper-monochrome %{{matugen -t scheme-monochrome image $f}}
 cmd apply-wallpaper-neutral %{{matugen -t scheme-neutral image $f}}
 cmd apply-wallpaper-rainbow %{{matugen -t scheme-rainbow image $f}}
 cmd apply-wallpaper-tonal-spot %{{matugen -t scheme-tonal-spot image $f}}
-cmd apply-hyprpaper %{{hyprctl hyprpaper reload ,$f}}
 cmd chdir cd "$@"
 cmd open-terminal-here &setsid -f "${TERMINAL}" >/dev/null 2>&1
 
@@ -453,9 +450,6 @@ 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 sw :apply-wallpaper
-map sW :apply-wallpaper-pixel
 map awc :apply-wallpaper-content
 map awe :apply-wallpaper-expressive
 map awf :apply-wallpaper-fidelity