just added an idea for locally defined vars like the thermal_zone

This commit is contained in:
Johannes Findeisen 2015-08-19 07:29:30 +02:00
commit 0e5e4e64c1
3 changed files with 5 additions and 0 deletions

2
.config.lua Normal file
View file

@ -0,0 +1,2 @@
thermal_zone = "thermal_zone1"

View file

@ -13,6 +13,8 @@ local menubar = require("menubar")
require('naughty')
vicious = require("vicious")
--require(os.getenv("HOME").."/.config.lua")
-- Set programs to autostart. They will only runce once even when reloading awesome.
local autostart = {
"cbatticon",

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
!.config
!.config/awesome
!.config/awesome/**
!.config.lua
#!.config/mc
#!.config/mc/ini
!.gitignore