aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/rc.lua
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-19 15:07:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-19 15:07:25 -0300
commite5e6eb7d262d796640a2446c4d51773bd15ccf22 (patch)
treebc8b38cac99ab4493317f0dfa386bed00d2e806d /config.dot/awesome.link/rc.lua
parent215c23a40e5e209c06d08ce1611b379614b9d7ab (diff)
downloadawesome-e5e6eb7d262d796640a2446c4d51773bd15ccf22.tar.gz
awesome-e5e6eb7d262d796640a2446c4d51773bd15ccf22.tar.bz2
Size hinting
Diffstat (limited to 'config.dot/awesome.link/rc.lua')
-rw-r--r--config.dot/awesome.link/rc.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.dot/awesome.link/rc.lua b/config.dot/awesome.link/rc.lua
index 8cf9067..a6cc32e 100644
--- a/config.dot/awesome.link/rc.lua
+++ b/config.dot/awesome.link/rc.lua
@@ -348,6 +348,14 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { class = "gimp" },
properties = { floating = true } },
+ -- Size hint
+ -- See https://superuser.com/questions/347001/how-can-i-force-gvim-in-awesome-to-fill-the-screen
+ { rule = { class = "Gvim" },
+ properties = { size_hints_honor = false } },
+ { rule = { class = "XTerm" },
+ properties = { size_hints_honor = false } },
+ { rule = { class = "URxvt" },
+ properties = { size_hints_honor = false } },
-- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } },