summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-05-02 17:21:09 +0200
committerGravatar Tom Willemse2015-05-02 17:21:09 +0200
commite8bce6760b61ef48120e36b96b116335c9679104 (patch)
tree8acbdebdfd432e28134ef0768f3b40067d88d026 /awesome
parent0388b9eeaa98b1207c9988e676f95bee7779365c (diff)
downloaddotfiles-e8bce6760b61ef48120e36b96b116335c9679104.tar.gz
dotfiles-e8bce6760b61ef48120e36b96b116335c9679104.zip
Specify a default size for icons
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua1
1 files changed, 1 insertions, 0 deletions
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 =