From dc14a865b70ba8aae5a3d47c27922d92fa37d7ab Mon Sep 17 00:00:00 2001 From: Quentin Godefroid Date: Tue, 12 Oct 2021 10:00:17 +0200 Subject: [PATCH] Add ubuntu to modules, add .webhosting-dotfiles --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.