From 86308109bcf4f039ca6c862d990cf724a9d0d962 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sat, 13 Apr 2013 14:58:08 +0200 Subject: [PATCH] new rules added --- rc.lua.blackburn | 9 ++++----- rc.lua.steamburn | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/rc.lua.blackburn b/rc.lua.blackburn index 412ceb1..4f97568 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -125,7 +125,6 @@ end myaccessories = { { "archives", "7zFM" }, { "charmap", "gucharmap" }, - { "fontsel", "gtk2fontsel"}, { "editor", gui_editor }, } myinternet = { @@ -841,6 +840,7 @@ root.keys(globalkeys) -- Rules +-- dwb and gimp rules are set for a 1366x768 laptop awful.rules.rules = { -- All clients will match this rule. @@ -862,9 +862,9 @@ awful.rules.rules = { { rule = { class = "Dwb" }, properties = { tag = tags[1][1], - floating = true, - maximized_vertical = true, - maximized_horizontal = true } }, + x = 0, y = 20, + width = 1364, + height = 748 } }, { rule = { class = "Gvim" }, properties = { tag = tags[1][2] } }, @@ -876,7 +876,6 @@ awful.rules.rules = { properties = { tag = tags[1][4], floating = true } }, - -- these gimp rules are set for a 1366x768 screen { rule = { class = "Gimp" }, properties = { tag = tags[1][4], floating = false } }, diff --git a/rc.lua.steamburn b/rc.lua.steamburn index 68fa14d..ca77b49 100755 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -2,7 +2,7 @@ -- - -- Steamburn Awesome WM 3.5.+ config -- -- github.com/copycat-killer -- --- - +-- - --[[ ]]--