fix touchpad while typing

This commit is contained in:
LordGrimmauld 2024-04-21 11:25:35 +02:00
parent e9797b486f
commit cf1de4bf9d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Include the results of the hardware scan. # Include the results of the hardware scan.
./modules/fonts.nix ./modules/fonts.nix
./modules/tabletdriver.nix ./modules/tabletdriver.nix
./sway/sway-conf.nix ./sway
]; ];
# Bootloader. # Bootloader.

View File

@ -147,7 +147,6 @@
"otd-daemon" "otd-daemon"
dunst dunst
(pkgs.writeShellScriptBin "rmenu-cache-clear" "rm -r $HOME/.cache/rmenu") # invalidate rmenu cache on sway restart (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" "dbus-update-activation-environment"
]; ];
extraConfig = '' extraConfig = ''
@ -171,6 +170,7 @@
input * { input * {
xkb_layout "de" xkb_layout "de"
dwt disabled
} }
for_window [app_id="swaymux"] floating enable for_window [app_id="swaymux"] floating enable