diff options
author | lassulus <lass@aidsballs.de> | 2016-05-09 11:27:06 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-05-09 11:27:06 +0200 |
commit | e7528ccc2f366df381d6436ae2ad6781a9a0ace3 (patch) | |
tree | 59d65c08da8fdd297fe02ab8bb1486f420b4a17f /makefu/5pkgs/awesomecfg | |
parent | fb87c76112b1c4c8d48de8df78b5f46f2b750bdf (diff) | |
parent | 56ca7859fab1ad3c1a0a7b5ebf10140b218a60be (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/5pkgs/awesomecfg')
-rw-r--r-- | makefu/5pkgs/awesomecfg/full.cfg | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/makefu/5pkgs/awesomecfg/full.cfg b/makefu/5pkgs/awesomecfg/full.cfg index c1b58aa90..f42aea003 100644 --- a/makefu/5pkgs/awesomecfg/full.cfg +++ b/makefu/5pkgs/awesomecfg/full.cfg @@ -83,13 +83,11 @@ vicious.register(batwidget, vicious.widgets.bat, "$2%", 61, "BAT0") -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -- beautiful.init("/usr/share/awesome/themes/default/theme.lua") --- ./qbx8r72yzaxpz41zq00902zwajl31b5h-awesome-3.5.6/share/awesome/lib/beautiful.lua --- --- Find the default theme --- --- beautiful.init("/nix/store/qbx8r72yzaxpz41zq00902zwajl31b5h-awesome-3.5.6/share/awesome/themes/default/theme.lua") +-- @awesome@/share/awesome/lib/beautiful.lua +-- beautiful.init("@awesome@/share/awesome/themes/default/theme.lua") +-- Find the default theme function find_default_theme() -- find the default lua theme in the package path for path in package.path:gmatch('([^;]+);') do @@ -115,7 +113,7 @@ browser = "firefox" -- 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 = "@modkey@" -- Table of layouts to cover with awful.layout.inc, order matters. local layouts = |