aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBlista Kanjo2023-05-21 16:36:21 -0400
committerBlista Kanjo2023-05-21 16:36:21 -0400
commit456af514501dd26a8f635776651985dff573014b (patch)
tree9f9aa08479c24239cf0609e50102369132715b10 /.config
parentab91c3ba354206f496a58d39fdeb352477fef25b (diff)
refactor: whitespace fix
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()