fixing some annoying bugs
This commit is contained in:
parent
556547c6d2
commit
48b7eae5f1
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue