summaryrefslogtreecommitdiffstats
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-28 00:16:50 +0200
committerGravatar ryuslash2010-07-28 00:16:50 +0200
commit093106a7d3157bf56630443f548add85d0e3f8d4 (patch)
treefa7e155fec62aadf0a7d4ccfd6d2039ab6b1872b /awesome/rc.lua
parentba7e553faec2ace1f3d2d0f6d7455214986b66a6 (diff)
downloaddotfiles-093106a7d3157bf56630443f548add85d0e3f8d4.tar.gz
dotfiles-093106a7d3157bf56630443f548add85d0e3f8d4.zip
fixed awesome theme
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 0c6ce86..b7e1cb0 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -9,7 +9,7 @@ require("naughty")
--require("vicious")
-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
-beautiful.init("/home/slash/.config/awesome/themes/default/theme.lua")
+beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/default/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "urxvt"