Johan Malm
Johan Malm
This reverts commit e62bb51bfb33ee520e800cf98553d766824fe9cf. Fix issue #412
Prerequisites for releasing 0.6.6: - [ ] #350 - [ ] #475 - [ ] #553 - [ ] #602 Prerequisites for releasing 0.6.5: - [x] #1082 - [x] #1083...
To be called after post_processing() to make sure config/theme settings make sense. For example we don't want `font_size==0`
When using https://github.com/Firstbober/wapanel some areas do not receive cursor-button. Do we need to create nodes for layer-shell subsurfaces so that `desktop_node_and_view_at()` returns the correct node/surface? The same issue has been...
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tree/main/staging/ext-session-lock https://github.com/swaywm/swaylock/commit/3e84316ce294e329c23a8c2b2c89cd6c0cfbd182 From emersion’s blog: This protocol is more secure than the previous solution, it won’t leak information on output hotplug and won’t unlock the session when the screen locker...
We are missing an actual clear-keybind functionality. Maybe `actions_run()` could have a `bool` return value which allows the key combination to be delivered to the focused application instead? Or do...
...to enable/disable input devices https://wayland.freedesktop.org/libinput/doc/latest/configuration.html#send-events-mode
As per this https://github.com/swaywm/sway/commit/07bfeb2abcb46b5f1472d53963478fa0714fb5b1
Related-to #1454 Cc: @droc12345