mirror of
https://github.com/endeavouros-team/eos-bash-shared.git
synced 2026-06-13 01:34:36 +00:00
[eos-bash-shared] eos-kbd-set: not calling KDE's 'systemsettings' for adjusting keyboard layout
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Main() {
|
||||
case "$country" in
|
||||
us) echo "Setting keymap: $country" >&2 ;;
|
||||
*) case "$XDG_CURRENT_DESKTOP" in
|
||||
KDE) systemsettings kcm_keyboard 2>/dev/null ;;
|
||||
KDE) ;; # systemsettings kcm_keyboard 2>/dev/null ;; # need a better way...
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user