Compare commits

...

3 commits

3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
hardware.trackpoint = { hardware.trackpoint = {
enable = true; enable = true;
device = "TPPS/2 IBM TrackPoint"; device = "TPPS/2 IBM TrackPoint";
sensitivity = 220; sensitivity = 256;
}; };
services.xserver.libinput.touchpad.tapping = false; services.xserver.libinput.touchpad.tapping = false;

View file

@ -12,7 +12,7 @@
fontforge-gtk fontforge-gtk
libreoffice onlyoffice-bin_latest
typst typst
rawtherapee rawtherapee

View file

@ -811,7 +811,7 @@ def typed [
] { ] {
touch $"($name).typ" touch $"($name).typ"
typst compile $"($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; alias gnix = cd ~/nix-configs;