sysboard is a simple virtual keyboard (On screen keyboard) for wayland written in gtkmm 4
sysboard can be configured in 3 ways
1: By changing config.hpp and recompiling (Suckless style)
2: Using a config file (~/.config/sys64/board/config.conf)
3: Using launch arguments
arguments:
-m Set margin
-H Set height multiplier
-l Set layout (full, mobile, mobile_numbers)
-v Prints version info
While the keyboard can show up on it's own, Sometimes you might want to trigger it manually
You can send signals to show/hide the window
pkill -10 sysboard
to show
pkill -12 sysboard
to hide
pkill -34 sysboard
to toggle
Note: When triggered manually it will not hide on it's own
sysboard uses your gtk4 theme by default, However it can be also load custom css,
Just copy the included style.css file to ~/.config/sys64/board/style.css