summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2022-07-21 13:44:23 -0500
committerZachIR <zachir@librem.one>2022-07-21 13:44:23 -0500
commitd755b6f88e0ad1b783daf1ba18bcfcf4426d22bb (patch)
treece3cfe38ae746a29e4931a90b8d2897dc10a61fb
parent3568d3eeece711b72f859b5f44de40b0229286cb (diff)
awesome: switch to default theme and alt key
-rw-r--r--rc.lua4
1 files 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 = {