Prevent commiting of machine-dependent settings

This commit is contained in:
crater2150 2011-07-20 01:40:29 +02:00
parent 365590c3e9
commit 7536fdd0b4
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ wp
wallpaper
walls
*.swp
localconf.lua

5
localconf.lua.template Normal file
View file

@ -0,0 +1,5 @@
terminal = "urxvtc -e tmux"
editor_cmd = "urxvtc -e vim"
modkey = "Mod4"
hyper = "Mod3"
rule_screen=1

7
rc.lua
View file

@ -1,8 +1,3 @@
terminal = "urxvtc -e tmux"
editor_cmd = "urxvtc -e vim"
modkey = "Mod4"
hyper = "Mod3"
rule_screen=1
-- Standard awesome library
require("awful")
@ -19,6 +14,8 @@ require("aweswt")
MY_PATH = os.getenv("HOME") .. "/.config/awesome/"
WALLPATH = MY_PATH .. "walls/"
dofile (MY_PATH .. "localconf.lua")
-- Themes define colours, icons, and wallpapers
beautiful.init("/home/crater2150/.config/awesome/zenburn/theme.lua")