fixed awesome to be a bit more consistant to hyprland. fixed autostart

This commit is contained in:
2025-06-11 18:56:41 -05:00
parent 7cf3fa4899
commit a0048ec816
5 changed files with 13 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
-- KEYS are out of wack. n should be o but its not. ill fix it later
pcall(require, "luarocks.loader")
-- Standard awesome library
@@ -66,7 +67,7 @@ globalkeys = gears.table.join(
awful.key({ modkey, "Shift" }, "q", awesome.quit,
{description = "quit awesome", group = "awesome"}),
awful.key({ modkey, "Shift" }, "u", show_my_desktop, {description = "show desktop", group = "awesome"}),
-- awful.key({ modkey, "Shift" }, "u", show_my_desktop, {description = "show desktop", group = "awesome"}),
awful.key({ modkey, }, "i", function () awful.tag.incmwfact( 0.05) end,
{description = "increase master width factor", group = "layout"}),