From b455f5019cefdac9494c3126134196a851b96079 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 8 Mar 2024 07:57:32 +0100 Subject: [PATCH 1/3] increase trackpoint sensitivity --- hosts/catbook-j/modules/input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From 1d8f6f9c71470383a52480ab8f9a3c695851fd2c Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 8 Mar 2024 07:58:27 +0100 Subject: [PATCH 2/3] replace libreoffice with onlyoffice --- modules/desktop/creative.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9bf0eadaa04cd48e1af0118e314df59c750b208f Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 8 Mar 2024 07:58:44 +0100 Subject: [PATCH 3/3] make `typed` more stable --- other/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;