mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 07:06:24 +01:00
Compare commits
3 commits
14adf2731f
...
9bf0eadaa0
Author | SHA1 | Date | |
---|---|---|---|
9bf0eadaa0 | |||
1d8f6f9c71 | |||
b455f5019c |
|
@ -20,7 +20,7 @@
|
|||
hardware.trackpoint = {
|
||||
enable = true;
|
||||
device = "TPPS/2 IBM TrackPoint";
|
||||
sensitivity = 220;
|
||||
sensitivity = 256;
|
||||
};
|
||||
|
||||
services.xserver.libinput.touchpad.tapping = false;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
fontforge-gtk
|
||||
|
||||
libreoffice
|
||||
onlyoffice-bin_latest
|
||||
typst
|
||||
|
||||
rawtherapee
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue