This commit is contained in:
Chris Cochrun 2025-02-06 22:10:29 -06:00
parent d373bc6c63
commit 14d3025d23
2 changed files with 1 additions and 3 deletions

View file

@ -92,8 +92,6 @@ bind tm fillcmdline tabgroupmove
bind ts fillcmdline tabgroupswitch bind ts fillcmdline tabgroupswitch
bind <ArrowUp> scrollline -10 bind <ArrowUp> scrollline -10
bind <ArrowDown> scrollline 10 bind <ArrowDown> scrollline 10
bind <ArrowLeft> scrollpixel -50
bind <ArrowRight> scrollpixel 50
"" buffers show as windows "" buffers show as windows
bind b fillcmdline taball bind b fillcmdline taball

View file

@ -102,7 +102,7 @@
services.locate = { services.locate = {
enable = true; enable = true;
package = pkgs.plocate; package = pkgs.plocate;
localuser = null; # localuser = null;
interval = "hourly"; interval = "hourly";
prunePaths = [ prunePaths = [
"/tmp" "/tmp"