ENH use feh instead of geeqie for screenshot browsing

This commit is contained in:
Nathan Dwarshuis 2021-01-20 18:42:08 -05:00
parent 6ba9f80ecf
commit 468d297d5e
1 changed files with 1 additions and 1 deletions

View File

@ -196,4 +196,4 @@ runDesktopCapture = runFlameshot "full"
runCaptureBrowser :: X ()
runCaptureBrowser = do
dir <- io getCaptureDir
spawnCmd "geeqie" [dir]
spawnCmd "feh" [dir]