From 36eb01d402f40966000fad59bdb88b6305b16320 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 5 Jan 2010 16:04:15 +1300 Subject: [PATCH] remove unused rules table --- .config/awesome/rc.lua | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 955e239..eb4fead 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -472,39 +472,6 @@ root.keys(globalkeys) -- }}} -- {{{ Rules -awful.rules.rules = { - -- All clients will match this rule. - { rule = { }, - properties = { border_width = beautiful.border_width, - border_color = beautiful.border_normal, - focus = true, - keys = clientkeys, - buttons = clientbuttons } }, - { rule = { class = "MPlayer" }, - properties = { floating = true } }, - { rule = { class = "pinentry" }, - properties = { floating = true } }, - { rule = { class = "gimp" }, - properties = { floating = true } }, - { rule = { class = "twinkle" }, - properties = { floating = true } }, - { rule = { class = "Play stream" }, - properties = { floating = true } }, - { rule = { class = "gscan2pdf" }, - properties = { floating = true } }, - { rule = { class = "Gxmessage" }, - properties = { floating = true } }, - { rule = { class = "Add-ons" }, - properties = { floating = true } }, - { rule = { class = "Okular" }, - properties = { maximised = true } }, - { rule = { class = "Iceweasel" }, - properties = { tag = tags[1][9], switchtotag = false } }, - { rule = { class = "Iceweasel", role = "Dialog" }, - properties = { floating = true } }, - { rule = { class = "Jpilot" }, - properties = { tag = screen.count()>1 and tags[3][2] or tags[1][8], switchtotag = false } }, -} awful.rules.rules = { -- All clients will match this rule. { rule = { }, -- 2.39.2