Compare commits

..

4 commits

Author SHA1 Message Date
a48f613f6f
Update nur 2025-02-27 09:56:08 +01:00
b3bb622f7c
Fmt 2025-02-27 09:56:08 +01:00
2d8b17a099
Disable broken mousewheel via bluetooth too 2025-02-27 09:56:08 +01:00
4eac4b7cc7
Add kagi search 2025-02-27 09:56:08 +01:00
4 changed files with 26 additions and 10 deletions

6
flake.lock generated
View file

@ -1043,11 +1043,11 @@
]
},
"locked": {
"lastModified": 1740369115,
"narHash": "sha256-Lrf5p12WPdP0JYzCIndhFIIj1gz/jbIer/BemKu77Ys=",
"lastModified": 1740642826,
"narHash": "sha256-KRz26Dta//R9lYLQ8mRn8mYDqq775zvJU38to7znq8w=",
"owner": "nix-community",
"repo": "NUR",
"rev": "0f6d871700022c339dcb70439241b6445ec880d4",
"rev": "2e80b737688496c5a3b0557009c8aa0bb5d0f98c",
"type": "github"
},
"original": {

View file

@ -235,6 +235,7 @@
ipvfoo
leechblock-ng
localcdn
kagi-search
plasma-integration
privacy-badger
rust-search-extension
@ -248,10 +249,19 @@
search = {
force = true;
default = "DuckDuckGo";
order = [ "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
default = "Kagi";
privateDefault = "DuckDuckGo";
# default = "DuckDuckGo";
# privateDefault = "Kagi";
order = [ "Kagi" "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";
};

View file

@ -292,12 +292,18 @@
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
# Disable broken mousewheel
"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;
# 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;
# FW16
"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/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;