idk
This commit is contained in:
parent
d373bc6c63
commit
14d3025d23
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue