summary refs log tree commit diff stats
path: root/pkg/background.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/background.go')
-rw-r--r--pkg/background.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/background.go b/pkg/background.go
index 44e455c..c6000ff 100644
--- a/pkg/background.go
+++ b/pkg/background.go
@@ -14,6 +14,8 @@
 
 package background
 
+import "os/exec"
+
 // Set calls feh to set the background
 func Set(path string) error {
 	feh, err := exec.LookPath("feh")