Created
September 30, 2021 13:42
-
-
Save GuiltyDoggy/837cb71f50d96663798eb1b29fe0786d to your computer and use it in GitHub Desktop.
Change keyboard layout at login for KDE Plasma Wayland
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Refer to https://www.reddit.com/r/linuxquestions/comments/pyjh19/keyboard_layout_problem_kde_plasma_steam/ | |
# Layout is 0-indexed, so Layout 1 is the second layout configured in KDE Settings keyboard layout list | |
sleep 5 | |
qdbus org.kde.keyboard /Layouts setLayout 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment