summaryrefslogtreecommitdiff
path: root/services/Wallpapers.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Wallpapers.qml')
-rw-r--r--services/Wallpapers.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml
index 4d7b179..3f6bf15 100644
--- a/services/Wallpapers.qml
+++ b/services/Wallpapers.qml
@@ -92,7 +92,7 @@ Singleton {
property string path
- command: ["caelestia", "wallpaper", "-Q", "-f", path]
+ command: ["caelestia", "wallpaper", "-f", path]
}
Process {