From 1c77b1f21074570abad83a31838b2c1d655ad7ef Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Tue, 13 Apr 2021 14:42:40 +0200 Subject: [PATCH] fixed overlapping layout keys --- rc.lua.template | 4 ++-- themes/blackburn/theme.lua | 2 +- themes/copland/theme.lua | 2 +- themes/steamburn/theme.lua | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rc.lua.template b/rc.lua.template index 60dcf33..dd81459 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -382,9 +382,9 @@ globalkeys = mytable.join( awful.key({ modkey, "Shift" }, "q", awesome.quit, {description = "quit awesome", group = "awesome"}), - awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end, + awful.key({ modkey, altkey }, "l", function () awful.tag.incmwfact( 0.05) end, {description = "increase master width factor", group = "layout"}), - awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end, + awful.key({ modkey, altkey }, "h", function () awful.tag.incmwfact(-0.05) end, {description = "decrease master width factor", group = "layout"}), awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1, nil, true) end, {description = "increase the number of master clients", group = "layout"}), diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 08f8fa0..8cb1134 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -180,7 +180,7 @@ theme.volume = lain.widget.alsa({ -- Weather --[[ to be set before use theme.weather = lain.widget.weather({ - --APPID = + --APPID = city_id = 2643743, -- placeholder (London) settings = function() units = math.floor(weather_now["main"]["temp"]) diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index 49c047e..46f7863 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -281,7 +281,7 @@ local volumewidget = wibox.container.margin(volumebg, dpi(2), dpi(7), dpi(4), dp -- Weather --[[ to be set before use theme.weather = lain.widget.weather({ - --APPID = + --APPID = city_id = 2643743, -- placeholder (London) }) --]] diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index 254a97e..118d706 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -193,7 +193,7 @@ theme.volume = lain.widget.alsa({ -- Weather --[[ to be set before use theme.weather = lain.widget.weather({ - --APPID = + --APPID = city_id = 2643743, -- placeholder (London) }) --]]