Skip to content

Instantly share code, notes, and snippets.

@muka
Created February 25, 2020 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muka/dc5d77ffbdf13361e817506f419425d1 to your computer and use it in GitHub Desktop.
Save muka/dc5d77ffbdf13361e817506f419425d1 to your computer and use it in GitHub Desktop.

xfce

  • set gconftool-2 --type string --set /desktop/gnome/background/picture_filename /path/to/image.jpg
  • list xfconf-query --channel xfce4-desktop --list

lxde

  • set pcmanfm --set-wallpaper="/your/background/file"

kde

  • dbus (?)

gnome 3

  • set gsettings set org.gnome.desktop.background picture-uri "file:///home/user/background.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment