Created
April 6, 2014 13:32
-
-
Save aoisensi/10006134 to your computer and use it in GitHub Desktop.
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
[Desktop Entry] | |
Type=Application | |
Encoding=UTF-8 | |
Name=Compiz | |
Exec=/usr/bin/compiz ccp #Make sure ccp is included so that Compiz loads your previous settings. | |
NoDisplay=true | |
# name of loadable control center module | |
X-GNOME-WMSettingsModule=compiz | |
# autostart phase | |
##-> the folloing line cause gnome-session warning and slow startup, so try not to enable this | |
# X-GNOME-Autostart-Phase=WindowManager | |
X-GNOME-Provides=windowmanager | |
# name we put on the WM spec check window | |
X-GNOME-WMName=Compiz | |
# back compat only | |
X-GnomeWMSettingsLibrary=compiz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment