aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 9355021..bd787a6 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -486,7 +486,7 @@ globalkeys = gears.table.join(
)
clientkeys = gears.table.join(
- awful.key({ modkey, }, "f",
+ awful.key({ modkey }, "f",
function (c)
c.fullscreen = not c.fullscreen
c:raise()