Actionless Loveless
Actionless Loveless
@warptozero it looks fine though when i was trying it in the wild i faced a weird issue: client buttons are not applied and also tiled client is a bit...
fixed: ```lua client.disconnect_signal("manage", awful.rules.apply) client.connect_signal("manage", function(c) if awesome.startup then local rules = awful.rules.matching_rules(c, awful.rules.rules) for _,rule in ipairs(rules) do if rule.apply_on_restart then awful.rules.execute(c, rule.properties, { rule.callback }) else local mini_properties...
of course not -- that would break floating clients' positioning
yeah, that makes sense
my bad, i left the comment in the other discussion before noticing this one, but here i have nothing to add, sounds good
btw, currently on a laptop i am using awesome with dpi value of `157` and don't see any rendering problem because of `1.635` scaling factor: https://raw.githubusercontent.com/actionless/awesome_config/devel/screenshots/screenshot_new.png however neither `1` nor...
>Note that this means that Xft.dpi is now completely ignored if RANDR is available. i am not sure it's good idea to ignore a value which was set by user...
i've double-checked: 1) i have to make these changes to start the tests: ```diff diff --git a/tests/_client.lua b/tests/_client.lua index 3eb015f31..c0502626f 100644 --- a/tests/_client.lua +++ b/tests/_client.lua @@ -13,7 +13,7 @@ local...
(the reason why i changed the order of some imports - because some lgi interfaces depend on gtk, so if not loading gtk first - lgi would load it from...
> here were 3 errors: > - /home/lie/projects/awesome/tests/test-screen-changes.lua: Error: timeout waiting for signal in >step 4/5 (@20) (/home/lie/projects/awesome/tests/test-screen-changes.lua:90). > - /home/lie/projects/awesome/tests/test-spawn.lua: Error: timeout waiting for signal in step 3/22 >(@20)...