From e8bce6760b61ef48120e36b96b116335c9679104 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 2 May 2015 17:21:09 +0200 Subject: Specify a default size for icons --- awesome/.config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 41d301d..0098296 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -17,6 +17,7 @@ local hostname = posix.uname("%n") local avandu = nil naughty.config.defaults.bg = "#3d3d3d" +naughty.config.defaults.icon_size = 32 if hostname == "drd" then package.path = -- cgit v1.2.3-54-g00ecf