Hyprland Keyboard Changer is a tool designed to monitor and change the keyboard layout on Hyprland.
This project provides scripts to monitor and change the keyboard layout on Hyprland. It includes two main scripts:
- hyprland-change-keyboard-layout: Changes the keyboard layout.
- hyprland-get-keyboard-layout: Retrieves the current keyboard layout.
Clone the repository:
bash
git clone https://github.com/your-username/hyprland-keyboard-changer.git
cd hyprland-keyboard-changer
Install the scripts:
bash
sudo install -m 755 hyprland-change-keyboard-layout /usr/local/bin/
sudo install -m 755 hyprland-get-keyboard-layout /usr/local/bin/
Download the RPM package:
bash
wget https://pagure.io/checkupdate/hyprland-keyboard-changer-0.0.3-1.noarch.rpm
Install the RPM package:
bash
sudo rpm -ivh hyprland-keyboard-changer-0.0.3-1.noarch.rpm
To change the keyboard layout, use the hyprland-change-keyboard-layout script:
hyprland-change-keyboard-layout <layout>
Replace <layout> with the desired keyboard layout (e.g., us, dvorak).
Get Current Keyboard Layout
To get the current keyboard layout, use the hyprland-get-keyboard-layout script:
hyprland-get-keyboard-layout
Contributions are welcome! Please follow these steps to contribute:
git checkout -b feature-branch).git commit -am 'Add new feature').This project is licensed under the GPLv3 License. See the LICENSE file for details.