mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
chfontsize
This commit is contained in:
parent
e21c7f7fc1
commit
29b7d7251b
17
guake_chfontsize.txt
Normal file
17
guake_chfontsize.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user