diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 3d14dc6..1830d17 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -405,7 +405,7 @@ clientkeys = gears.table.join( awful.key({ modkey, "Control" }, "l", function () awful.util.spawn("/home/qgodefro/.local/bin/lock", false) end) ) - +) -- Bind all key numbers to tags. -- Be careful: we use keycodes to make it work on any keyboard layout. -- This should map on the top row of your keyboard, usually 1 to 9.