Krzysztof Małysa
Krzysztof Małysa
When I open C++ file in sublime with no opened folders, plugin doesn't work and I see folowind log in console: Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 403,...
- **Sway Version:** - sway version 1.7 - **Debug Log:** [sway_open_lid.log](https://github.com/swaywm/sway/files/9103491/sway_open_lid.log) [sway_closed_lid.log](https://github.com/swaywm/sway/files/9103494/sway_closed_lid.log) - **Configuration File:** ``` bindswitch lid:on exec echo lid-on bindswitch lid:off exec echo lid-off bindsym Ctrl+Alt+h exit ```...
- **Sway Version:** - sway version 1.7 - **Debug Log:** [sway_closed_lid_reload.log](https://github.com/swaywm/sway/files/9103628/sway_closed_lid_reload.log) [sway_open_lid_reload.log](https://github.com/swaywm/sway/files/9103630/sway_open_lid_reload.log) - **Configuration File:** ``` bindswitch --reload lid:on exec echo lid-on bindswitch --reload lid:off exec echo lid-off bindsym Ctrl+Alt+o...
If there was bindswitch on lid:toggle and either lid:on or lid:off (or both). Only one bind was executed instead of two. E.g. if the lid is closed sway should execute...
When you quickly type a variable name and then, for example, semicolon the completion list appears as if there was no semicolon:  It can be very annoying, for...