diff options
| author | 2015-05-02 17:21:09 +0200 | |
|---|---|---|
| committer | 2015-05-02 17:21:09 +0200 | |
| commit | e8bce6760b61ef48120e36b96b116335c9679104 (patch) | |
| tree | 8acbdebdfd432e28134ef0768f3b40067d88d026 | |
| parent | 0388b9eeaa98b1207c9988e676f95bee7779365c (diff) | |
| download | dotfiles-e8bce6760b61ef48120e36b96b116335c9679104.tar.gz dotfiles-e8bce6760b61ef48120e36b96b116335c9679104.zip | |
Specify a default size for icons
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 1 |
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 = |
