-
I'd like to get rid of this kinda dead code in my config. Is there some -- Boilerplate so windows behave
awful.rules.rules = {{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
focus = awful.client.focus.filter,
raise = true,
size_hints_honor = false,
keys = clientkeys,
buttons = clientbuttons,
screen = awful.screen.preferred,
placement = awful.placement.no_overlap+awful.placement.no_offscreen}}} |
Beta Was this translation helpful? Give feedback.
Answered by
Aire-One
Jun 18, 2023
Replies: 1 comment
-
Hello, I'm not sure about the stable version, but on git at least, most of these properties are the default behavior and are no longer part of Lines 470 to 479 in 0e5fc45 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
port19x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm not sure about the stable version, but on git at least, most of these properties are the default behavior and are no longer part of
awesomerc.lua
.awesome/awesomerc.lua
Lines 470 to 479 in 0e5fc45