From cf1de4bf9d7a0af93f8e8c5783c6ed5670a83582 Mon Sep 17 00:00:00 2001 From: LordGrimmauld Date: Sun, 21 Apr 2024 11:25:35 +0200 Subject: [PATCH] fix touchpad while typing --- configuration.nix | 2 +- sway/{sway-conf.nix => default.nix} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename sway/{sway-conf.nix => default.nix} (98%) diff --git a/configuration.nix b/configuration.nix index 9abe104..c019a18 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,7 +5,7 @@ # Include the results of the hardware scan. ./modules/fonts.nix ./modules/tabletdriver.nix - ./sway/sway-conf.nix + ./sway ]; # Bootloader. diff --git a/sway/sway-conf.nix b/sway/default.nix similarity index 98% rename from sway/sway-conf.nix rename to sway/default.nix index e6710be..e305dd6 100644 --- a/sway/sway-conf.nix +++ b/sway/default.nix @@ -147,7 +147,6 @@ "otd-daemon" dunst (pkgs.writeShellScriptBin "rmenu-cache-clear" "rm -r $HOME/.cache/rmenu") # invalidate rmenu cache on sway restart - "systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP" "dbus-update-activation-environment" ]; extraConfig = '' @@ -171,6 +170,7 @@ input * { xkb_layout "de" + dwt disabled } for_window [app_id="swaymux"] floating enable