Coffee2CodeNL/gebaar-libinput

how to configure in arch linux?

Opened this issue · 4 comments

how to configure in arch linux? any man file?

mine is under $HOME/.config/gebaar/gebaard.toml just as README.md says

Thank you. But I still do not know how to configure in arch linux with sway wm. Could you please tell me ?

Hello @alvin998179 , not a dev, just a user. You need to run gebaar as a daemon (so gebaard -b) by calling it on your sway config file, it's quite similar to the bspwm instructions. Since each DE/WM has its own commands for e.g. changing virtual desktops, you'll need to figure them out yourself, the sway community should be able to help you better with that :)

wrbbz commented

You can find some sway commands via man 5 sway.

There you can find something like workspace prev|next and the command sway workspace prev or sway workspace next will allow you to jump between your workspaces. I suppose, it's a good place to start