diff options
| -rw-r--r-- | lisp/image/wallpaper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 03b6afa4e0a..d2b82a7af59 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; Sway (Wayland) | 52 | ;; Sway (Wayland) |
| 53 | ("swaybg" "-o" "*" "-i" "%f" "-m" "fill") | 53 | ("swaybg" "-o" "*" "-i" "%f" "-m" "fill") |
| 54 | ;; Wayland General | 54 | ;; Wayland General |
| 55 | ("wbg" %f) | 55 | ("wbg" "%f") |
| 56 | ;; Gnome | 56 | ;; Gnome |
| 57 | ("gsettings" "set" "org.gnome.desktop.background" "picture-uri" "file://%f") | 57 | ("gsettings" "set" "org.gnome.desktop.background" "picture-uri" "file://%f") |
| 58 | ;; KDE Plasma | 58 | ;; KDE Plasma |