term: add a way to increase/decrease font size in urxvt

This commit is contained in:
Vincent Bernat 2012-10-08 19:43:01 +02:00
parent 0a7c7e3eb2
commit 657084395c
3 changed files with 348 additions and 2 deletions

2
rc.lua
View file

@ -41,7 +41,7 @@ loadrc("errors") -- errors and debug stuff
-- Global configuration
modkey = "Mod4"
config = {}
config.terminal = "urxvtcd"
config.terminal = "urxvtcd --perl-lib " .. awful.util.getdir("config") .. "/lib/rxvt"
config.layouts = {
awful.layout.suit.tile,
awful.layout.suit.tile.left,