ENH use feh instead of geeqie for screenshot browsing
This commit is contained in:
parent
6ba9f80ecf
commit
468d297d5e
|
@ -196,4 +196,4 @@ runDesktopCapture = runFlameshot "full"
|
||||||
runCaptureBrowser :: X ()
|
runCaptureBrowser :: X ()
|
||||||
runCaptureBrowser = do
|
runCaptureBrowser = do
|
||||||
dir <- io getCaptureDir
|
dir <- io getCaptureDir
|
||||||
spawnCmd "geeqie" [dir]
|
spawnCmd "feh" [dir]
|
||||||
|
|
Loading…
Reference in New Issue