diff options
| author | Stefan Kangas | 2022-09-14 18:12:39 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-14 18:13:06 +0200 |
| commit | 80c516bbc8ae07c39ff4ba46585700a9fd3dfc37 (patch) | |
| tree | dd0cf2b17a870e4f9fcf2917e59fd0b5d706b14e /lisp | |
| parent | 0c9d32b59ed25ee560119f5ebcd98506abe5d9aa (diff) | |
| download | emacs-80c516bbc8ae07c39ff4ba46585700a9fd3dfc37.tar.gz emacs-80c516bbc8ae07c39ff4ba46585700a9fd3dfc37.zip | |
; Fix typo in wallpaper--default-commands
* lisp/image/wallpaper.el (wallpaper--default-commands): Fix typo.
Diffstat (limited to 'lisp')
| -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 |