1
0
Fork 0

free up alt+enter

This commit is contained in:
Von Random 2015-08-10 14:51:45 +03:00
parent ab0b552845
commit 5d590e5dda

2
rc.lua
View file

@ -501,7 +501,7 @@ clientkeys = awful.util.table.join(
awful.key({ modkey, }, 'n', function (c) c.minimized = true end),
-- Window properties
awful.key({ 'Mod1', }, 'Return', function (c) c.fullscreen = not c.fullscreen end),
awful.key({ modkey, 'Shift' }, 'Return', function (c) c.fullscreen = not c.fullscreen end),
awful.key({ modkey, }, 'b',
function (c)
if c.border_width ~= 0 then