Actionless Loveless
Actionless Loveless
proofs: https://github.com/lxde/lxterminal?tab=readme-ov-file#lxterminal https://github.com/lxde/lxterminal?tab=readme-ov-file#dependencies https://github.com/lxde/lxterminal/blob/master/configure.ac#L58-L64
also `0.6.0` is not building anymore with the current versions: ``` $ meson --version 0.61.1 $ ninja --version 1.10.2 ```
currently some things like preset locking or changing beat sens., etc showing on-screen messages which is unwanted during live performance nice bonus would be to still print those messages in...
**To Reproduce** Gist URL: https://gist.github.com/mypy-play/d139ee55a5729d2ec5b63d4ceaeb5a33 Playground URL: https://mypy-play.net/?mypy=latest&python=3.12&gist=d139ee55a5729d2ec5b63d4ceaeb5a33 ```console $ python test_mypy.py header 1 header 2 $ mypy test_mypy.py Warning: --strict-concatenate is deprecated; use --extra-checks instead test_mypy.py:27: error: "__new__" must...
i double-checked that manually and it seems to work, however the problem still remains that the theme could be applied only after application restart (unlike gtk2, 3 and bare gtk4...
i've noticed that lately in all of the currently opened and approved PRs (https://github.com/awesomeWM/awesome/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved), ex. https://github.com/awesomeWM/awesome/pull/3927 https://github.com/awesomeWM/awesome/pull/3930 https://github.com/awesomeWM/awesome/pull/3909
the time shows that the current approach to release it as soon as it's good enough - is not working really well, as some of small release-blockers are not getting...
### Discussed in https://github.com/awesomeWM/awesome/discussions/3962 Originally posted by **DeepReef11** October 4, 2024 I think the help panel would be much more useful if it had at least a search function and...
We need to either document `tag.windowfact` or create a public method for resetting a layout: ```lua local s = c.screen local t = s.selected_tag t.master_width_factor = 0.5 t.windowfact = {}...
The concept is that i wanna hv smth like this in my init script: ```sh awesome --config ./rc_wm.lua --name "wm" --disable-naughty & awesome --config ./rc_notifications.lua --name "naughty" --disable-wm & awesome...