SkillAgentSearch skills...

Sysboard

Simple virtual keyboard for wayland

Install / Use

/learn @System64fumo/Sysboard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sysboard

sysboard is a simple virtual keyboard (On screen keyboard) for wayland written in gtkmm 4<br> preview

Packaging status

Configuration

sysboard can be configured in 3 ways<br> 1: By changing config.hpp and recompiling (Suckless style)<br> 2: Using a config file (~/.config/sys64/board/config.conf)<br> 3: Using launch arguments<br>

arguments:
  -m	Set margin
  -H	Set height
  -l	Set layout (full, mobile, mobile_numbers)
  -v	Prints version info

Signals

While the keyboard can show up on it's own, Sometimes you might want to trigger it manually<br> You can send signals to show/hide the window<br> pkill -USR1 sysboard to show<br> pkill -USR2 sysboard to hide<br> pkill -RTMIN sysboard to toggle<br> Note: When triggered manually it will not hide on it's own<br>

Theming

sysboard uses your gtk4 theme by default, However it can be also load custom css,<br> Just copy the included style.css file to ~/.config/sys64/board/style.css<br>

Also check out

wvkbd<br> wf-osk<br>

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated2d ago
Forks5

Languages

C++

Security Score

95/100

Audited on Mar 31, 2026

No findings