summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-17 21:03:45 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-17 21:03:45 +0200
commit3848034ca8ac3e933cb157de33f85d14f604d48f (patch)
tree8d5a05c77aa6ae1fca72a29e72b591370cba74b1 /rc.lua
parentbd88ba7257ee756f6bec73754fb411f3e61f2fde (diff)
downloadawesome-configs-3848034ca8ac3e933cb157de33f85d14f604d48f.tar.xz
rc.lua: removed fullscreen titlebar hack
Fixed in git branch 3.4, along with titlebar problems of maximized clients.
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/rc.lua b/rc.lua
index aecf8af..471d813 100644
--- a/rc.lua
+++ b/rc.lua
@@ -416,9 +416,7 @@ globalkeys = awful.util.table.join(
clientkeys = awful.util.table.join(
awful.key({ modkey }, "c", function (c) c:kill() end),
awful.key({ modkey }, "d", function (c) scratch.pad.set(c, 0.60, 0.60, true) end),
- awful.key({ modkey }, "f", function (c) awful.titlebar.remove(c)
- c.fullscreen = not c.fullscreen
- end),
+ awful.key({ modkey }, "f", function (c) c.fullscreen = not c.fullscreen end),
awful.key({ modkey }, "m", function (c)
c.maximized_horizontal = not c.maximized_horizontal
c.maximized_vertical = not c.maximized_vertical