mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
term: add a way to increase/decrease font size in urxvt
This commit is contained in:
parent
0a7c7e3eb2
commit
657084395c
3 changed files with 348 additions and 2 deletions
2
rc.lua
2
rc.lua
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue