Compare commits
No commits in common. "9bf0eadaa04cd48e1af0118e314df59c750b208f" and "14adf2731ff919f0995461e259ce469e7126dbfd" have entirely different histories.
9bf0eadaa0
...
14adf2731f
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
hardware.trackpoint = {
|
hardware.trackpoint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "TPPS/2 IBM TrackPoint";
|
device = "TPPS/2 IBM TrackPoint";
|
||||||
sensitivity = 256;
|
sensitivity = 220;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.libinput.touchpad.tapping = false;
|
services.xserver.libinput.touchpad.tapping = false;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
fontforge-gtk
|
fontforge-gtk
|
||||||
|
|
||||||
onlyoffice-bin_latest
|
libreoffice
|
||||||
typst
|
typst
|
||||||
|
|
||||||
rawtherapee
|
rawtherapee
|
||||||
|
|
|
@ -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'" $"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;
|
alias gnix = cd ~/nix-configs;
|
||||||
|
|
Loading…
Reference in a new issue