844
844
<option name="ground_color1" type="color">
845
845
<_short>Ground Color (near)</_short>
846
--- a/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml
847
+++ b/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml
849
<key type="s" name="command-screenshot">
850
<default>"gnome-screenshot"</default>
852
+ <key type="as" name="run-command-21">
853
+ <default>["<Control><Alt>Delete"]</default>
855
<key type="as" name="run-command-12">
856
<default>["Disabled"]</default>
859
<key type="as" name="run-command-1">
860
<default>["Disabled"]</default>
862
+ <key type="s" name="command-21">
863
+ <default>"/usr/bin/gnome-system-monitor -p"</default>
865
<key type="s" name="command-12">
866
<default>""</default>
868
--- a/plugins/commands/commands.xml.in
869
+++ b/plugins/commands/commands.xml.in
871
<option name="command20" type="string">
872
<_short>Command line 20</_short>
873
<_long>Command line to be executed in shell when run_command20 is invoked</_long>
874
- <default></default>
875
+ <default>/usr/bin/gnome-system-monitor -p</default>
880
<option name="run_command20_key" type="key">
881
<_short>Run command 20</_short>
882
<_long>A keybinding that when invoked, will run the shell command identified by command20</_long>
883
+ <default><Control><Alt>Delete</default>