diff options
Diffstat (limited to 'rc.lua')
-rw-r--r-- | rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = { |