aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:25:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:25:15 -0300
commitd2177c3ed52b8a91e32fdf5ea86d6ac61d08713d (patch)
treedb0143597efd41bcf48df47dfd8dd85f152f6195
parent749c61d5eedc8bfaf13a70c9bcfc79bb0a0d5df3 (diff)
downloadawesome-d2177c3ed52b8a91e32fdf5ea86d6ac61d08713d.tar.gz
awesome-d2177c3ed52b8a91e32fdf5ea86d6ac61d08713d.tar.bz2
Comment out theme.layout_max at powerarrow
-rw-r--r--config.dot/awesome.link/themes/multicolor/theme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/themes/multicolor/theme.lua b/config.dot/awesome.link/themes/multicolor/theme.lua
index 2642a5e..4a3ee5c 100644
--- a/config.dot/awesome.link/themes/multicolor/theme.lua
+++ b/config.dot/awesome.link/themes/multicolor/theme.lua
@@ -66,7 +66,7 @@ theme.layout_fairv = theme.confdir .. "/icons/fairv
theme.layout_fairh = theme.confdir .. "/icons/fairh.png"
theme.layout_spiral = theme.confdir .. "/icons/spiral.png"
theme.layout_dwindle = theme.confdir .. "/icons/dwindle.png"
-theme.layout_max = theme.confdir .. "/icons/max.png"
+---theme.layout_max = theme.confdir .. "/icons/max.png"
theme.layout_fullscreen = theme.confdir .. "/icons/fullscreen.png"
theme.layout_magnifier = theme.confdir .. "/icons/magnifier.png"
theme.layout_floating = theme.confdir .. "/icons/floating.png"