fixing some annoying bugs

This commit is contained in:
Chris Cochrun 2024-02-24 21:03:13 -06:00
parent 556547c6d2
commit 48b7eae5f1
2 changed files with 0 additions and 7 deletions

View file

@ -271,10 +271,6 @@ in
pkgs.plasma-browser-integration pkgs.plasma-browser-integration
pkgs.tridactyl-native pkgs.tridactyl-native
]; ];
# cfg = {
# enableTridactylNative = true;
# enablePlasmaBrowserIntegration = true;
# };
}; };
profiles.chris = { profiles.chris = {
name = "default"; name = "default";
@ -620,8 +616,6 @@ tooltip label {
''; '';
}; };
# home.file.".mozilla/native-messaging-hosts".source = "/run/current-system/sw/lib/mozilla/native-messaging-hosts";
home.file.".mozilla/firefox/nw77o6yc.default/chrome" = { home.file.".mozilla/firefox/nw77o6yc.default/chrome" = {
source = ../.config/firefox/chrome; source = ../.config/firefox/chrome;
recursive = true; recursive = true;

View file

@ -49,7 +49,6 @@ in
# force_zero_scaling = true # force_zero_scaling = true
} }
general { general {
max_fps=60 # deprecated, unused
# main_mod=SUPER # main_mod=SUPER
gaps_in=15 gaps_in=15