Skip to content

Instantly share code, notes, and snippets.

@Dih5
Created July 2, 2018 11:52
Show Gist options
  • Save Dih5/d5a8ecd88710ec71e861bf9c50bc73d2 to your computer and use it in GitHub Desktop.
Save Dih5/d5a8ecd88710ec71e861bf9c50bc73d2 to your computer and use it in GitHub Desktop.
Fix the desktop wallpaper for mate+i3
#!/usr/bin/env bash
# Fix the desktop wallpaper for mate+i3
dconf write /org/mate/desktop/background/show-desktop-icons "false"
dconf write /org/mate/desktop/background/show-desktop-icons "true"
dconf write /org/mate/desktop/background/show-desktop-icons "false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment