free up alt+enter
This commit is contained in:
parent
ab0b552845
commit
5d590e5dda
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue