summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gconf/apps/guake/%gconf.xml0
-rw-r--r--.gconf/apps/guake/general/%gconf.xml20
-rw-r--r--.gconf/apps/guake/keybindings/%gconf.xml0
-rw-r--r--.gconf/apps/guake/keybindings/global/%gconf.xml6
-rw-r--r--.gconf/apps/guake/keybindings/local/%gconf.xml9
-rw-r--r--.gconf/apps/guake/style/%gconf.xml0
-rw-r--r--.gconf/apps/guake/style/background/%gconf.xml7
-rw-r--r--.gconf/apps/guake/style/font/%gconf.xml12
-rw-r--r--scripts/identity_modulo_mtime.xsl13
-rwxr-xr-xscripts/mtime_strip.sh10
10 files changed, 77 insertions, 0 deletions
diff --git a/.gconf/apps/guake/%gconf.xml b/.gconf/apps/guake/%gconf.xml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gconf/apps/guake/%gconf.xml
diff --git a/.gconf/apps/guake/general/%gconf.xml b/.gconf/apps/guake/general/%gconf.xml
new file mode 100644
index 0000000..304a15a
--- /dev/null
+++ b/.gconf/apps/guake/general/%gconf.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="open_tab_cwd" type="bool" value="true"/>
+ <entry name="window_height" type="int" value="96"/>
+ <entry name="compat_delete" type="string">
+ <stringvalue>delete-sequence</stringvalue>
+ </entry>
+ <entry name="compat_backspace" type="string">
+ <stringvalue>ascii-delete</stringvalue>
+ </entry>
+ <entry name="use_default_font" type="bool" value="false"/>
+ <entry name="scroll_keystroke" type="bool" value="true"/>
+ <entry name="history_size" type="int" value="4096"/>
+ <entry name="use_scrollbar" type="bool" value="false"/>
+ <entry name="window_tabbar" type="bool" value="true"/>
+ <entry name="window_losefocus" type="bool" value="false"/>
+ <entry name="prompt_on_quit" type="bool" value="true"/>
+ <entry name="use_popup" type="bool" value="true"/>
+ <entry name="use_trayicon" type="bool" value="true"/>
+</gconf>
diff --git a/.gconf/apps/guake/keybindings/%gconf.xml b/.gconf/apps/guake/keybindings/%gconf.xml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gconf/apps/guake/keybindings/%gconf.xml
diff --git a/.gconf/apps/guake/keybindings/global/%gconf.xml b/.gconf/apps/guake/keybindings/global/%gconf.xml
new file mode 100644
index 0000000..d43e752
--- /dev/null
+++ b/.gconf/apps/guake/keybindings/global/%gconf.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="show_hide" type="string">
+ <stringvalue>&lt;Alt&gt;1</stringvalue>
+ </entry>
+</gconf>
diff --git a/.gconf/apps/guake/keybindings/local/%gconf.xml b/.gconf/apps/guake/keybindings/local/%gconf.xml
new file mode 100644
index 0000000..d918cfa
--- /dev/null
+++ b/.gconf/apps/guake/keybindings/local/%gconf.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="clipboard_paste" type="string">
+ <stringvalue>&lt;Primary&gt;&lt;Shift&gt;v</stringvalue>
+ </entry>
+ <entry name="clipboard_copy" type="string">
+ <stringvalue>&lt;Primary&gt;&lt;Shift&gt;c</stringvalue>
+ </entry>
+</gconf>
diff --git a/.gconf/apps/guake/style/%gconf.xml b/.gconf/apps/guake/style/%gconf.xml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gconf/apps/guake/style/%gconf.xml
diff --git a/.gconf/apps/guake/style/background/%gconf.xml b/.gconf/apps/guake/style/background/%gconf.xml
new file mode 100644
index 0000000..0c4b16e
--- /dev/null
+++ b/.gconf/apps/guake/style/background/%gconf.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="color" type="string">
+ <stringvalue>#fdfdf6f6e3e3</stringvalue>
+ </entry>
+ <entry name="transparency" type="int" value="0"/>
+</gconf>
diff --git a/.gconf/apps/guake/style/font/%gconf.xml b/.gconf/apps/guake/style/font/%gconf.xml
new file mode 100644
index 0000000..6bbf777
--- /dev/null
+++ b/.gconf/apps/guake/style/font/%gconf.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<gconf>
+ <entry name="color" type="string">
+ <stringvalue>#58586e6e7575</stringvalue>
+ </entry>
+ <entry name="style" type="string">
+ <stringvalue>Inconsolata Medium 11</stringvalue>
+ </entry>
+ <entry name="palette" type="string">
+ <stringvalue>#00002b2b3636:#dcdc32322f2f:#707081810000:#a2a27b7b0000:#37378080b2b2:#b3b33c3c7575:#323281817b7b:#a5a592925a5a:#070736364242:#cbcb4b4b1616:#9797adad0505:#bbbb9b9b3b3b:#5959a1a1d4d4:#d9d965659d9d:#4e4eb6b6aeae:#ccccbcbc8b8b</stringvalue>
+ </entry>
+</gconf>
diff --git a/scripts/identity_modulo_mtime.xsl b/scripts/identity_modulo_mtime.xsl
new file mode 100644
index 0000000..06a49c7
--- /dev/null
+++ b/scripts/identity_modulo_mtime.xsl
@@ -0,0 +1,13 @@
+<!--
+ shamelessly copied from
+ http://en.wikipedia.org/wiki/Identity_transform#Using_XSLT
+ -->
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:template match="@*|node()">
+ <xsl:copy>
+ <xsl:apply-templates select="@*|node()"/>
+ </xsl:copy>
+ </xsl:template>
+ <xsl:template match="@mtime"/>
+</xsl:stylesheet>
diff --git a/scripts/mtime_strip.sh b/scripts/mtime_strip.sh
new file mode 100755
index 0000000..7a9a336
--- /dev/null
+++ b/scripts/mtime_strip.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+STARTDIR=.
+if [ $# -ge 1 ]; then
+ STARTDIR="$1"
+fi
+
+find "${STARTDIR}" -name '*.xml' -and -not -empty -print0 \
+ | xargs -0 -I "{}" \
+ sh -c 'mv "{}" "{}.orig"; xsltproc identity_modulo_mtime.xsl "{}.orig" > "{}"; rm -- "{}.orig"'