fix touchpad while typing
This commit is contained in:
parent
e9797b486f
commit
cf1de4bf9d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Include the results of the hardware scan.
|
||||
./modules/fonts.nix
|
||||
./modules/tabletdriver.nix
|
||||
./sway/sway-conf.nix
|
||||
./sway
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue