Bastii

Results 4 issues of Bastii

### Problem The application-menu is fine on small or normal sized screens, but on big or ultra-wide screens it is very unconfortable to always jank your focus to the top...

When running meson build, there is a warning about run_command changing its defaults in the future. (See: https://github.com/mesonbuild/meson/issues/9300) ~This fixes the warning while keeping the current default.~ UPDATE: after the...

Since I am already fixing the other repos with this issue, I thought I might do it here aswell. TLDR: meson will change the default behaviour of `run_command` and displays...

When running meson build, there is a warning about run_command changing its defaults in the future. (See: https://github.com/mesonbuild/meson/issues/9300) ![image](https://user-images.githubusercontent.com/10424668/193398341-d3712581-f1e6-49c8-9ef9-63b78aa0f709.png) The same issue was addressed in this PR: https://github.com/elementary/code/pull/1207 ~This fixes...