Skip to content

AlexJakeGreen/wayfire-kbdd-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.