mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
new rules added
This commit is contained in:
parent
836ba447be
commit
86308109bc
|
@ -125,7 +125,6 @@ end
|
||||||
myaccessories = {
|
myaccessories = {
|
||||||
{ "archives", "7zFM" },
|
{ "archives", "7zFM" },
|
||||||
{ "charmap", "gucharmap" },
|
{ "charmap", "gucharmap" },
|
||||||
{ "fontsel", "gtk2fontsel"},
|
|
||||||
{ "editor", gui_editor },
|
{ "editor", gui_editor },
|
||||||
}
|
}
|
||||||
myinternet = {
|
myinternet = {
|
||||||
|
@ -841,6 +840,7 @@ root.keys(globalkeys)
|
||||||
|
|
||||||
|
|
||||||
-- Rules
|
-- Rules
|
||||||
|
-- dwb and gimp rules are set for a 1366x768 laptop
|
||||||
|
|
||||||
awful.rules.rules = {
|
awful.rules.rules = {
|
||||||
-- All clients will match this rule.
|
-- All clients will match this rule.
|
||||||
|
@ -862,9 +862,9 @@ awful.rules.rules = {
|
||||||
|
|
||||||
{ rule = { class = "Dwb" },
|
{ rule = { class = "Dwb" },
|
||||||
properties = { tag = tags[1][1],
|
properties = { tag = tags[1][1],
|
||||||
floating = true,
|
x = 0, y = 20,
|
||||||
maximized_vertical = true,
|
width = 1364,
|
||||||
maximized_horizontal = true } },
|
height = 748 } },
|
||||||
|
|
||||||
{ rule = { class = "Gvim" },
|
{ rule = { class = "Gvim" },
|
||||||
properties = { tag = tags[1][2] } },
|
properties = { tag = tags[1][2] } },
|
||||||
|
@ -876,7 +876,6 @@ awful.rules.rules = {
|
||||||
properties = { tag = tags[1][4],
|
properties = { tag = tags[1][4],
|
||||||
floating = true } },
|
floating = true } },
|
||||||
|
|
||||||
-- these gimp rules are set for a 1366x768 screen
|
|
||||||
{ rule = { class = "Gimp" },
|
{ rule = { class = "Gimp" },
|
||||||
properties = { tag = tags[1][4],
|
properties = { tag = tags[1][4],
|
||||||
floating = false } },
|
floating = false } },
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-- -
|
-- -
|
||||||
-- Steamburn Awesome WM 3.5.+ config --
|
-- Steamburn Awesome WM 3.5.+ config --
|
||||||
-- github.com/copycat-killer --
|
-- github.com/copycat-killer --
|
||||||
-- -
|
-- -
|
||||||
--[[ ]]--
|
--[[ ]]--
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue