aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-01 16:21:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-01 16:21:12 -0300
commit4a729791077f738198b3481f9d71ee166500df3a (patch)
treeac3341ac9332dd4f206621c3e35f205e585daaee
parente5b1984f0e868a29fc2b171bb8d672d5e202f844 (diff)
downloadawesome-4a729791077f738198b3481f9d71ee166500df3a.tar.gz
awesome-4a729791077f738198b3481f9d71ee166500df3a.tar.bz2
Coding style
-rw-r--r--config.dot/awesome.link/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/rc.lua b/config.dot/awesome.link/rc.lua
index 32e98a6..b2ae653 100644
--- a/config.dot/awesome.link/rc.lua
+++ b/config.dot/awesome.link/rc.lua
@@ -1,7 +1,7 @@
-- Basic settings
homedir = os.getenv("HOME")
-configdir = homedir .. "/.config/awesome"
-themes_dir = configdir .. "/themes"
+configdir = homedir .. "/.config/awesome"
+themes_dir = configdir .. "/themes"
-- Standard awesome library
require("awful")