Compare commits
No commits in common. "a48f613f6f067a12b9cf353ea950f021458229f5" and "158bc04e4685a6db0b0ca7820fe636727cbe0f80" have entirely different histories.
a48f613f6f
...
158bc04e46
4 changed files with 9 additions and 25 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1043,11 +1043,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1740642826,
|
||||
"narHash": "sha256-KRz26Dta//R9lYLQ8mRn8mYDqq775zvJU38to7znq8w=",
|
||||
"lastModified": 1740369115,
|
||||
"narHash": "sha256-Lrf5p12WPdP0JYzCIndhFIIj1gz/jbIer/BemKu77Ys=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "2e80b737688496c5a3b0557009c8aa0bb5d0f98c",
|
||||
"rev": "0f6d871700022c339dcb70439241b6445ec880d4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -235,7 +235,6 @@
|
|||
ipvfoo
|
||||
leechblock-ng
|
||||
localcdn
|
||||
kagi-search
|
||||
plasma-integration
|
||||
privacy-badger
|
||||
rust-search-extension
|
||||
|
@ -249,19 +248,10 @@
|
|||
|
||||
search = {
|
||||
force = true;
|
||||
default = "Kagi";
|
||||
privateDefault = "DuckDuckGo";
|
||||
# default = "DuckDuckGo";
|
||||
# privateDefault = "Kagi";
|
||||
order = [ "Kagi" "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
||||
default = "DuckDuckGo";
|
||||
order = [ "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
||||
|
||||
engines = {
|
||||
"Kagi" = {
|
||||
urls = [{ template = "https://kagi.com/search?q={searchTerms}"; }];
|
||||
definedAliases = [ "@k" ];
|
||||
iconUpdateURL = "https://kagi.com/favicon.ico";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||
};
|
||||
"DuckDuckGo".metaData = {
|
||||
alias = "@ddg";
|
||||
};
|
||||
|
|
|
@ -292,18 +292,12 @@
|
|||
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
|
||||
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
|
||||
|
||||
# Disable broken mousewheel ################3
|
||||
# Desk
|
||||
"kcminputrc"."Libinput/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0;
|
||||
"kcminputrc"."Libinput/1671/49433/input-remapper CHERRY MW 8C ADVANCED forwarded"."ScrollFactor" = 0.0;
|
||||
# Disable broken mousewheel
|
||||
|
||||
# FW16
|
||||
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0;
|
||||
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Mouse"."ScrollFactor" = 0.0;
|
||||
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0; # ?
|
||||
"kcminputrc"."Libinput/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0;
|
||||
"kcminputrc"."Libinput/1130/49431/input-remapper Cherry GmbH CHERRY Wireless Device Mouse forwarded"."ScrollFactor" = 0.0;
|
||||
# Note: needs input-remapper transient conf to make mouse buttons do mw job
|
||||
# TODO nixify input-remapper foo
|
||||
############################################3
|
||||
|
||||
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."ClickMethod".value = 2;
|
||||
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue