dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 2c53573f7f6870ebf1f4f960fbd6d188dc9df30b
parent d3d41a767de3ac2573e32610191abc900d5dc2f9
Author: dudley <pyratebeard@gmail.com>
Date:   Fri,  9 Sep 2016 13:19:54 +0100

user config section added

moved terminal, editor into user config. moved modkey section

Diffstat:
Mawesome/.config/awesome/rc.lua | 19++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -66,6 +66,14 @@ end home = os.getenv("HOME") config_dir = awful.util.getdir("config") +-- user config +terminal = "urxvt" +editor = os.getenv("EDITOR") or "vi" +editor_cmd = terminal .. " -e " .. editor + +-- modkey +modkey = "Mod4" + -- theme beautiful.init(home.."/.config/awesome/themes/decker-cyan/theme.lua") @@ -96,17 +104,6 @@ for s = 1, screen.count() do layouts[1]) end -terminal = "urxvt" -editor = os.getenv("EDITOR") or "vi" -editor_cmd = terminal .. " -e " .. editor - - -- Default modkey. - modkey = "Mod4" - - -- Table of layouts to cover with awful.layout.inc, order matters. - - - -- {{{ Menu -- Create a laucher widget and a main menu myawesomemenu = {