Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-crypt/hyprland-layoutswitch
Hyprland Keyboard layout switcher
https://github.com/t-crypt/hyprland-layoutswitch
hyprland keyboard-layout python-script python3
Last synced: 2 days ago
JSON representation
Hyprland Keyboard layout switcher
- Host: GitHub
- URL: https://github.com/t-crypt/hyprland-layoutswitch
- Owner: T-Crypt
- Created: 2023-10-11T19:50:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:55:57.000Z (about 1 year ago)
- Last Synced: 2023-10-12T09:51:08.990Z (about 1 year ago)
- Topics: hyprland, keyboard-layout, python-script, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyprland-layoutswitch
Python and bash script to change current keyboard layout with notification!
# USAGE
- Python
```python
python3 keyboardswitch.py
```
- Bash
```bash
./keyboardswitch.sh / bash keyboardswitch.sh
```# BINDING
bind = $mainMod, K, exec, python3 ~/path/to/keyboardswitch.py
or
bind = $mainMod, K, exec, ~/path/to/keyboardswitch.sh