diff --git a/hosts/catbook-j/modules/input.nix b/hosts/catbook-j/modules/input.nix index 7043eec..cd5833b 100644 --- a/hosts/catbook-j/modules/input.nix +++ b/hosts/catbook-j/modules/input.nix @@ -20,7 +20,7 @@ hardware.trackpoint = { enable = true; device = "TPPS/2 IBM TrackPoint"; - sensitivity = 256; + sensitivity = 220; }; services.xserver.libinput.touchpad.tapping = false; diff --git a/modules/desktop/creative.nix b/modules/desktop/creative.nix index 354a860..98236bc 100644 --- a/modules/desktop/creative.nix +++ b/modules/desktop/creative.nix @@ -12,7 +12,7 @@ fontforge-gtk - onlyoffice-bin_latest + libreoffice typst rawtherapee diff --git a/other/config.nu b/other/config.nu index 5589fc9..2a1a022 100644 --- a/other/config.nu +++ b/other/config.nu @@ -811,7 +811,7 @@ def typed [ ] { touch $"($name).typ" typst compile $"($name).typ" - mprocs --names Editor,Viewer,Notify $"hx '($name).typ'" $"while true; do mupdf-x11 '($name).pdf' && break; done" $"while inotifywait -e modify '($name).pdf' ; do pkill -HUP mupdf; done" + mprocs --names Editor,Viewer,Notify $"hx '($name).typ'" $"mupdf-x11 '($name).pdf'" $"while inotifywait -e modify '($name).pdf' ; do pkill -HUP mupdf; done" } alias gnix = cd ~/nix-configs;