From 29b7d7251b756c8cf423f92fb310e425e4f434a3 Mon Sep 17 00:00:00 2001 From: gotbletu Date: Fri, 15 Nov 2013 16:15:31 -0800 Subject: [PATCH] chfontsize --- guake_chfontsize.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guake_chfontsize.txt diff --git a/guake_chfontsize.txt b/guake_chfontsize.txt new file mode 100644 index 0000000..3047d60 --- /dev/null +++ b/guake_chfontsize.txt @@ -0,0 +1,17 @@ +Notes for video: http://www.youtube.com/watch?v=i9aKFgxOjwQ + + + +------------------------ + +# Guake - Change Font Size +chfontsize() { gconftool-2 --set '/apps/guake/style/font/style' --type string "Monospace ${1:-12}" ;} + + + +examples: + # default to size 12 + chfontsize + + # change font size + chfontsize 32