From 0eb65b6dcc2db54663b39dc7201c3dcf151add74 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 1 Aug 2026 15:17:41 -0500 Subject: feat(dirvish): add a quick-access shortcut to the wallpaper videos wp adds a slash to pix-dir, which already ends in one, so it resolves to pictures//wallpaper/. I built this entry off videos-dir without the extra slash and left wp alone. --- modules/dirvish-config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index edbb0b35..6c849198 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -590,6 +590,7 @@ no popup frame is live." ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") ("px" ,pix-dir "pictures directory") ("wp" ,(concat pix-dir "/wallpaper/") "pictures wallpaper") + ("wv" ,(concat videos-dir "wallpaper/") "wallpaper videos") ("fp" "/ftp:android@192.168.86.13#2221:/" "phone ftp (android)") ("rcj" "/sshx:cjennings@cjennings.net:~" "remote c@cjennings.net") ("rtl" "/sshx:cjennings@truenas.local:~" "remote cjennings@truenas.local") -- cgit v1.2.3