summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2022-11-18 04:34:14 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2022-11-18 04:35:35 -0500
commit4ec2521ebb93a60b46d5d771b10294b760243c61 (patch)
tree6beac2b254573b5bbdcb5555b8ad0c0ece4b6d56 /nixos/modules/services/x11/desktop-managers/plasma5.nix
parent872fceeed60ae6b7766cc0a4cd5bf5901b9098ec (diff)
downloadnixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar.gz
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar.bz2
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar.lz
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar.xz
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.tar.zst
nixpkgs-4ec2521ebb93a60b46d5d771b10294b760243c61.zip
nixos/plasma5: Sync kwinrc defaults with upstream
This was missed when updating Plasma Mobile last time.
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/plasma5.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix6
1 files 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 44faa19bc22..a6ab3053087 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)