From d755b6f88e0ad1b783daf1ba18bcfcf4426d22bb Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 21 Jul 2022 13:44:23 -0500 Subject: awesome: switch to default theme and alt key --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 2f6061b..82661ae 100644 --- a/rc.lua +++ b/rc.lua @@ -49,7 +49,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. local theme = {} -theme.name = "xresources" +theme.name = "default" theme.dir = string.format("%s/.config/awesome/themes/%s", os.getenv("HOME"), theme.name) beautiful.init(theme.dir .. "/theme.lua") beautiful.useless_gap = 5 @@ -84,7 +84,7 @@ editor_cmd = terminal .. " -e " .. editor -- If you do not like this or do not have such a key, -- I suggest you to remap Mod4 to another key using xmodmap or other tools. -- However, you can use another modifier like Mod1, but it may interact with others. -modkey = "Mod4" +modkey = "Mod1" -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { -- cgit v1.2.3