Add reveletaion + rename bottom right to bottom left

This commit is contained in:
Hydroxycarbamide 2022-10-08 12:25:10 +02:00
parent e1aa18dbed
commit fe159655c3
4 changed files with 100 additions and 4 deletions

View file

@ -6,6 +6,8 @@ local ruled = require("ruled")
local modkey = user_vars.modkey
local switcher = require("src.modules.awesome_switcher")
local revelation = require("src.modules.revelation")
revelation.init()
return gears.table.join(
awful.key(
@ -49,6 +51,12 @@ return gears.table.join(
end,
{ description = "Focus previous client by index", group = "Client" }
),
awful.key(
{ modkey, "Shift" },
"w",
revelation,
{ description = "Focus previous client by index", group = "Client" }
),
--awful.key(
-- { "Mod1" },
-- "#23",
@ -209,6 +217,14 @@ return gears.table.join(
end,
{ descripton = "Client switcher (alt+tab)", group = "Application" }
),
awful.key(
{ modkey },
"#25",
function()
awful.spawn("rofi -show window -theme ~/.config/rofi/window.rasi")
end,
{ descripton = "Client switcher (alt+tab)", group = "Application" }
),
awful.key(
{ modkey },
"#26",