diff --git a/hosts/catbook-j/modules/input.nix b/hosts/catbook-j/modules/input.nix index cd5833b..7043eec 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 = 220; + sensitivity = 256; }; services.xserver.libinput.touchpad.tapping = false; diff --git a/modules/desktop/creative.nix b/modules/desktop/creative.nix index 98236bc..354a860 100644 --- a/modules/desktop/creative.nix +++ b/modules/desktop/creative.nix @@ -12,7 +12,7 @@ fontforge-gtk - libreoffice + onlyoffice-bin_latest typst rawtherapee diff --git a/other/config.nu b/other/config.nu index 2a1a022..5589fc9 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'" $"mupdf-x11 '($name).pdf'" $"while inotifywait -e modify '($name).pdf' ; do pkill -HUP mupdf; done" + 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" } alias gnix = cd ~/nix-configs;