Merge branch 'master' of github.com:hanez/home

This commit is contained in:
Johannes Findeisen 2015-08-27 17:20:44 +02:00
commit 502316f638
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