From LedHed's Wiki
Jump to: navigation, search
(Created page with '== Setting the number of workspaces == gconftool-2 -—direct \ —-config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory -—type int \ -—set /apps/metacity/general/nu...')
 
Line 1: Line 1:
 
== Setting the number of workspaces ==
 
== Setting the number of workspaces ==
  gconftool-2 -—direct \
+
  gconftool-2 --direct \
  —-config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory -—type int \
+
  --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type int \
  -—set /apps/metacity/general/num_workspaces 1
+
  --set /apps/metacity/general/num_workspaces 1
  
  

Revision as of 08:45, 2 June 2010

Setting the number of workspaces

gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type int \
--set /apps/metacity/general/num_workspaces 1


Disable DPMS

gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type int \
--set /apps/gnome-power-manager/timeout/sleep_display_ac 0


Disable Lock Screen

gconftool-2 --direct \
--config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type boolean \
--set /desktop/gnome/lockdown/disable_lock_screen True


Set Global Background Image

gconftool-2 --direct \
--config-source xml:readwrite:/etc/opt/gnome/gconf/gconf.xml.mandatory \
--type string --set /desktop/gnome/background/picture_filename /usr/share/wallpapers/default-1600x1200.jpg