Created
October 4, 2013 14:55
-
-
Save lirenlin/6827335 to your computer and use it in GitHub Desktop.
Disable desktop when starting nautilus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gsettings set org.gnome.desktop.background show-desktop-icons false | |
| dconf-editor also works, uncheck: | |
| draw-background | |
| show-desktop-icons |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment