Change fullscreen shortcut
This commit is contained in:
parent
506f2893f6
commit
b0944fefb7
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -389,7 +389,7 @@ globalkeys = gears.table.join(
|
||||||
)
|
)
|
||||||
|
|
||||||
clientkeys = gears.table.join(
|
clientkeys = gears.table.join(
|
||||||
awful.key({ modkey }, "f", function(c)
|
awful.key({ mod4, modkey }, "f", function(c)
|
||||||
c.fullscreen = not c.fullscreen
|
c.fullscreen = not c.fullscreen
|
||||||
c:raise()
|
c:raise()
|
||||||
end, { description = "toggle fullscreen", group = "client" }),
|
end, { description = "toggle fullscreen", group = "client" }),
|
||||||
|
|
Loading…
Reference in a new issue