Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.26 KB

Sysboard

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

Packaging status

Configuration

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

Signals

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

Theming

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

Also check out

wvkbd
wf-osk