Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 603 Bytes

Wayfire kbdd plugin: per-window keyboard layout for Wayfire

The wayfire-kbdd-plugin can be used to automatically change the keyboard layout on a per-window basis.

Usage

For automatic start enable the plugin in Wayfire Config Manager or add the word kbdd to the core.plugins list.

The information about current keyboard layout can be exported to a file for use by external layout indicator.

Build and install

meson build
ninja -C build
sudo ninja -C build install

This will install to /usr/local/. To install in /usr you can use the option: meson build --prefix=/usr.