mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
removed unused rules
This commit is contained in:
parent
b64a10682c
commit
1910c59158
|
@ -155,13 +155,12 @@ mymainmenu = awful.menu({ items = {
|
|||
{ "system" , mysystem },
|
||||
}
|
||||
})
|
||||
mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
|
||||
menu = mymainmenu })
|
||||
mylauncher = awful.widget.launcher({ menu = mymainmenu })
|
||||
|
||||
|
||||
-- Wibox
|
||||
|
||||
-- Colours
|
||||
-- ColourS
|
||||
coldef = "</span>"
|
||||
white = "<span color='#d7d7d7'>"
|
||||
gray = "<span color='#9e9c9a'>"
|
||||
|
@ -538,8 +537,8 @@ perceptive.register(123456) -- https//github.com/copycat-killer/perceptive
|
|||
|
||||
-- Separators
|
||||
spr = wibox.widget.textbox(' ')
|
||||
leftbr = wibox.widget.textbox(white .. ' [' .. coldef)
|
||||
rightbr = wibox.widget.textbox(white .. '] ' .. coldef)
|
||||
leftbr = wibox.widget.textbox(white .. '<span rise="1000"> [</span>' .. coldef)
|
||||
rightbr = wibox.widget.textbox(white .. '<span rise="1000">] </span>' .. coldef)
|
||||
|
||||
|
||||
-- Layout
|
||||
|
@ -853,7 +852,6 @@ root.keys(globalkeys)
|
|||
|
||||
|
||||
-- Rules
|
||||
-- dwb and gimp rules are set for a 1366x768 laptop
|
||||
|
||||
awful.rules.rules = {
|
||||
-- All clients will match this rule.
|
||||
|
@ -891,26 +889,9 @@ awful.rules.rules = {
|
|||
floating = false } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { x = 138, width = 1024,
|
||||
properties = { maximized_horizontal = 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" },
|
||||
properties = { tag = tags[1][5] } },
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
Loading…
Reference in a new issue