Skip to content

Instantly share code, notes, and snippets.

@GuiltyDoggy
Created September 30, 2021 13:42
Show Gist options
  • Save GuiltyDoggy/837cb71f50d96663798eb1b29fe0786d to your computer and use it in GitHub Desktop.
Save GuiltyDoggy/837cb71f50d96663798eb1b29fe0786d to your computer and use it in GitHub Desktop.
Change keyboard layout at login for KDE Plasma Wayland
#! /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