Loading .config/awesome/rules.lua +0 −18 Original line number Diff line number Diff line Loading @@ -7,22 +7,4 @@ function rules.add_rule(r) end rules.add_rule{ rule_any = { role = { "Preferences", -- | "EventDialog", -- | Thunderbird "EventSummaryDialog", -- | "PasswordManager", -- | }, type = { "dialog", }, }, properties = { floating = true, } } return rules .config/awesome/user-defined.lua +23 −0 Original line number Diff line number Diff line local io = require("io") local rules = require("rules") local gears = require("gears") local awful = require("awful") local beautiful = require("beautiful") Loading Loading @@ -69,3 +70,25 @@ if beautiful.wallpaper_cmd then end -- }}} -- {{{ Global rules rules.add_rule{ rule_any = { role = { "Preferences", -- | "EventDialog", -- | Thunderbird "EventSummaryDialog", -- | "PasswordManager", -- | "News-BlogSubscriptions", -- | }, type = { "dialog", }, }, properties = { floating = true, } } -- }}} Loading
.config/awesome/rules.lua +0 −18 Original line number Diff line number Diff line Loading @@ -7,22 +7,4 @@ function rules.add_rule(r) end rules.add_rule{ rule_any = { role = { "Preferences", -- | "EventDialog", -- | Thunderbird "EventSummaryDialog", -- | "PasswordManager", -- | }, type = { "dialog", }, }, properties = { floating = true, } } return rules
.config/awesome/user-defined.lua +23 −0 Original line number Diff line number Diff line local io = require("io") local rules = require("rules") local gears = require("gears") local awful = require("awful") local beautiful = require("beautiful") Loading Loading @@ -69,3 +70,25 @@ if beautiful.wallpaper_cmd then end -- }}} -- {{{ Global rules rules.add_rule{ rule_any = { role = { "Preferences", -- | "EventDialog", -- | Thunderbird "EventSummaryDialog", -- | "PasswordManager", -- | "News-BlogSubscriptions", -- | }, type = { "dialog", }, }, properties = { floating = true, } } -- }}}