summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-25 02:24:15 +0000
committerache <ache@ache.one>2017-04-25 02:24:15 +0000
commit9a8809f5d7fb61db02f5fbd90edd927d61006455 (patch)
treea023e3f37460df5f25e6dc97f8f8465e81433874 /rc.lua
parentChange theme colors (diff)
Big clean up of the config directory
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index cbe7108..77872e7 100644
--- a/rc.lua
+++ b/rc.lua
@@ -48,7 +48,7 @@ end
-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
-beautiful.init("/home/ache/.config/awesome/themes/customII/theme.lua")
+beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/customII/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "roxterm"