From 384cfcf553a735d41d6f080afafddd4939c13f50 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 4 Apr 2013 15:53:05 +0200 Subject: Start with guake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gconf/apps/guake/%gconf.xml | 0 .gconf/apps/guake/general/%gconf.xml | 20 ++++++++++++++++++++ .gconf/apps/guake/keybindings/%gconf.xml | 0 .gconf/apps/guake/keybindings/global/%gconf.xml | 6 ++++++ .gconf/apps/guake/keybindings/local/%gconf.xml | 9 +++++++++ .gconf/apps/guake/style/%gconf.xml | 0 .gconf/apps/guake/style/background/%gconf.xml | 7 +++++++ .gconf/apps/guake/style/font/%gconf.xml | 12 ++++++++++++ 8 files changed, 54 insertions(+) create mode 100644 .gconf/apps/guake/%gconf.xml create mode 100644 .gconf/apps/guake/general/%gconf.xml create mode 100644 .gconf/apps/guake/keybindings/%gconf.xml create mode 100644 .gconf/apps/guake/keybindings/global/%gconf.xml create mode 100644 .gconf/apps/guake/keybindings/local/%gconf.xml create mode 100644 .gconf/apps/guake/style/%gconf.xml create mode 100644 .gconf/apps/guake/style/background/%gconf.xml create mode 100644 .gconf/apps/guake/style/font/%gconf.xml (limited to '.gconf') diff --git a/.gconf/apps/guake/%gconf.xml b/.gconf/apps/guake/%gconf.xml new file mode 100644 index 0000000..e69de29 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 @@ + + + + + + delete-sequence + + + ascii-delete + + + + + + + + + + + diff --git a/.gconf/apps/guake/keybindings/%gconf.xml b/.gconf/apps/guake/keybindings/%gconf.xml new file mode 100644 index 0000000..e69de29 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 @@ + + + + <Alt>1 + + 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 @@ + + + + <Primary><Shift>v + + + <Primary><Shift>c + + diff --git a/.gconf/apps/guake/style/%gconf.xml b/.gconf/apps/guake/style/%gconf.xml new file mode 100644 index 0000000..e69de29 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 @@ + + + + #fdfdf6f6e3e3 + + + 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 @@ + + + + #58586e6e7575 + + + Inconsolata Medium 11 + + + #00002b2b3636:#dcdc32322f2f:#707081810000:#a2a27b7b0000:#37378080b2b2:#b3b33c3c7575:#323281817b7b:#a5a592925a5a:#070736364242:#cbcb4b4b1616:#9797adad0505:#bbbb9b9b3b3b:#5959a1a1d4d4:#d9d965659d9d:#4e4eb6b6aeae:#ccccbcbc8b8b + + -- cgit