From 5b10bc9cbb947feba31bdc0f4d31c6424cf76a67 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Tue, 7 Aug 2018 15:54:14 +0200 Subject: [PATCH] better quake --- awesome/rc.lua | 4 ++-- awesome/themes/kadet/theme.lua | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 85e5262..f08a407 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -379,13 +379,13 @@ globalkeys = awful.util.table.join( ) clientkeys = awful.util.table.join( - awful.key({ altkey, "Shift" }, "m", lain.util.magnify_client ), + awful.key({ altkey, "Shift" }, "m", lain.util.magnify_client, { group = "client", description = "magnify" }), awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen c:raise() end, - {description = "toggle fullscreen", group = "client"}), + { description = "toggle fullscreen", group = "client" }), awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end, {description = "close", group = "client"}), awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle , diff --git a/awesome/themes/kadet/theme.lua b/awesome/themes/kadet/theme.lua index 4bcc03c..dbb1b6f 100644 --- a/awesome/themes/kadet/theme.lua +++ b/awesome/themes/kadet/theme.lua @@ -213,7 +213,12 @@ local fs_widget = wibox.container.background(wibox.container.margin(wibox.widge function theme.connect(s) -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) + s.quake = lain.util.quake({ + app = awful.util.terminal, + followtag = true, + width = 0.333, + height = 1, + }) -- If wallpaper is a function, call it with the screen local wallpaper = theme.wallpaper