killown
killown
> Absolutely true, the /tmp file path was created mostly in the beginning to debug things and I have forgotten to change it. If someone sends a PR, it would...
in wayfire.ini go for [command] section and create a new binding: command_disable_midle_click = lol binding_disable_midle_click = BTN_MIDDLE This binding maps the middle mouse button to the command which does nothing
> > in wayfire.ini go for [command] section and create a new binding: > > command_disable_midle_click = lol binding_disable_midle_click = BTN_MIDDLE > > This binding maps the middle mouse button...
> I am not sure where to place such documentation, maybe a wiki page? Since you're asking, the best place: docs.wayfire.org or wiki.wayfire.org and migrate all wiki from github having...
> If we're going to do this, move the socket to XDG_RUNTIME_DIR :) ``` void init() override { char *pre_socket = getenv("_WAYFIRE_SOCKET"); const char *runtime_dir = getenv("XDG_RUNTIME_DIR"); const auto& dname...
since we can get keyboard info using ipc get option value ❯❯❯ wfctl get keyboard Layout: {'default': 'us', 'result': 'ok', 'value': 'brc'}, Variant: {'default': '', 'result': 'ok', 'value': 'intl'} it's...
> I really need to get the current layout to write a script to output the layout to the bar via the command-output widget. I found only one solution and...
I’ll leave this example here for newcomers until we implement the proper method in the next release. This way, they can still bind the script to Super+Space. ``` from wayfire.ipc...
> [@killown](https://github.com/killown) This script doesn't work. After I run it, I'm no longer able to switch the keyboard layout using the "Alt+Shift" shortcut as usual. I have to log out...
### This work https://github.com/user-attachments/assets/8d1c4b9c-5dc0-4ba4-8833-611671e8a34a but there is a bug in wayfire or at least the lack of unset_option in ipc, if you set_option once and try to change in wayfire.ini,...