Compare commits
4 commits
158bc04e46
...
a48f613f6f
Author | SHA1 | Date | |
---|---|---|---|
a48f613f6f | |||
b3bb622f7c | |||
2d8b17a099 | |||
4eac4b7cc7 |
4 changed files with 26 additions and 10 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1043,11 +1043,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740369115,
|
"lastModified": 1740642826,
|
||||||
"narHash": "sha256-Lrf5p12WPdP0JYzCIndhFIIj1gz/jbIer/BemKu77Ys=",
|
"narHash": "sha256-KRz26Dta//R9lYLQ8mRn8mYDqq775zvJU38to7znq8w=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "0f6d871700022c339dcb70439241b6445ec880d4",
|
"rev": "2e80b737688496c5a3b0557009c8aa0bb5d0f98c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -235,6 +235,7 @@
|
||||||
ipvfoo
|
ipvfoo
|
||||||
leechblock-ng
|
leechblock-ng
|
||||||
localcdn
|
localcdn
|
||||||
|
kagi-search
|
||||||
plasma-integration
|
plasma-integration
|
||||||
privacy-badger
|
privacy-badger
|
||||||
rust-search-extension
|
rust-search-extension
|
||||||
|
@ -248,10 +249,19 @@
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "DuckDuckGo";
|
default = "Kagi";
|
||||||
order = [ "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
privateDefault = "DuckDuckGo";
|
||||||
|
# default = "DuckDuckGo";
|
||||||
|
# privateDefault = "Kagi";
|
||||||
|
order = [ "Kagi" "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
||||||
|
|
||||||
engines = {
|
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 = {
|
"DuckDuckGo".metaData = {
|
||||||
alias = "@ddg";
|
alias = "@ddg";
|
||||||
};
|
};
|
||||||
|
|
|
@ -292,12 +292,18 @@
|
||||||
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
|
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
|
||||||
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
|
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
|
||||||
|
|
||||||
# Disable broken mousewheel
|
# Disable broken mousewheel ################3
|
||||||
|
# Desk
|
||||||
"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/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0;
|
"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;
|
"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"."ClickMethod".value = 2;
|
||||||
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;
|
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue