From 4ec2521ebb93a60b46d5d771b10294b760243c61 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 18 Nov 2022 04:34:14 -0500 Subject: [PATCH] nixos/plasma5: Sync kwinrc defaults with upstream This was missed when updating Plasma Mobile last time. --- nixos/modules/services/x11/desktop-managers/plasma5.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index 44faa19bc22a..a6ab3053087c 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -590,9 +590,9 @@ in }; }; kwinrc = { - Windows = { - # Forces windows to be maximized - Placement = lib.mkDefault "Maximizing"; + "Wayland" = { + "InputMethod[$e]" = "/run/current-system/sw/share/applications/com.github.maliit.keyboard.desktop"; + "VirtualKeyboardEnabled" = "true"; }; "org.kde.kdecoration2" = { # No decorations (title bar)