1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-23 03:32:30 +00:00

lain: new commit

This commit is contained in:
luke bonham 2013-11-28 09:57:31 +01:00
parent deefe6ad58
commit 58bbd7c58b
4 changed files with 4 additions and 4 deletions

2
lain

@ -1 +1 @@
Subproject commit 6f86540f4d920706ed21ed5ecd6729791650507c Subproject commit 3f62fea68c2ada475a000cc92fd8dac5029dda84

View file

@ -61,7 +61,7 @@ os.setlocale(os.getenv("LANG"))
homedir = os.getenv("HOME") .. "/.config/awesome/" homedir = os.getenv("HOME") .. "/.config/awesome/"
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/blackburn/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -59,7 +59,7 @@ run_once("compton")
os.setlocale(os.getenv("LANG")) os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/copland/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -58,7 +58,7 @@ run_once("compton")
--os.setlocale(os.getenv("LANG")) --os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua") beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"