removed unused rules
This commit is contained in:
parent
b64a10682c
commit
1910c59158
|
@ -155,13 +155,12 @@ mymainmenu = awful.menu({ items = {
|
||||||
{ "system" , mysystem },
|
{ "system" , mysystem },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
|
mylauncher = awful.widget.launcher({ menu = mymainmenu })
|
||||||
menu = mymainmenu })
|
|
||||||
|
|
||||||
|
|
||||||
-- Wibox
|
-- Wibox
|
||||||
|
|
||||||
-- Colours
|
-- ColourS
|
||||||
coldef = "</span>"
|
coldef = "</span>"
|
||||||
white = "<span color='#d7d7d7'>"
|
white = "<span color='#d7d7d7'>"
|
||||||
gray = "<span color='#9e9c9a'>"
|
gray = "<span color='#9e9c9a'>"
|
||||||
|
@ -538,8 +537,8 @@ perceptive.register(123456) -- https//github.com/copycat-killer/perceptive
|
||||||
|
|
||||||
-- Separators
|
-- Separators
|
||||||
spr = wibox.widget.textbox(' ')
|
spr = wibox.widget.textbox(' ')
|
||||||
leftbr = wibox.widget.textbox(white .. ' [' .. coldef)
|
leftbr = wibox.widget.textbox(white .. '<span rise="1000"> [</span>' .. coldef)
|
||||||
rightbr = wibox.widget.textbox(white .. '] ' .. coldef)
|
rightbr = wibox.widget.textbox(white .. '<span rise="1000">] </span>' .. coldef)
|
||||||
|
|
||||||
|
|
||||||
-- Layout
|
-- Layout
|
||||||
|
@ -853,7 +852,6 @@ 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.
|
||||||
|
@ -891,26 +889,9 @@ awful.rules.rules = {
|
||||||
floating = false } },
|
floating = false } },
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||||
properties = { x = 138, width = 1024,
|
properties = { maximized_horizontal = true,
|
||||||
maximized_vertical = true } },
|
maximized_vertical = true } },
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-toolbox" },
|
|
||||||
properties = { x = 0, maximized_vertical = true } },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-dock" },
|
|
||||||
properties = { x = 1165, maximized_vertical = true } },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-image-new" },
|
|
||||||
properties = { x = 480, y = 240} },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-toolbox-color-dialog" },
|
|
||||||
properties = { x = 138, y = 350} },
|
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-file-export" },
|
|
||||||
properties = { maximized_vertical = true,
|
|
||||||
maximized_horizontal = true,
|
|
||||||
width = 1366 } },
|
|
||||||
|
|
||||||
{ rule = { class = "Transmission-gtk" },
|
{ rule = { class = "Transmission-gtk" },
|
||||||
properties = { tag = tags[1][5] } },
|
properties = { tag = tags[1][5] } },
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
Loading…
Reference in New Issue