fixing some annoying bugs
This commit is contained in:
parent
556547c6d2
commit
48b7eae5f1
|
@ -271,10 +271,6 @@ in
|
|||
pkgs.plasma-browser-integration
|
||||
pkgs.tridactyl-native
|
||||
];
|
||||
# cfg = {
|
||||
# enableTridactylNative = true;
|
||||
# enablePlasmaBrowserIntegration = true;
|
||||
# };
|
||||
};
|
||||
profiles.chris = {
|
||||
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" = {
|
||||
source = ../.config/firefox/chrome;
|
||||
recursive = true;
|
||||
|
|
|
@ -49,7 +49,6 @@ in
|
|||
# force_zero_scaling = true
|
||||
}
|
||||
general {
|
||||
max_fps=60 # deprecated, unused
|
||||
# main_mod=SUPER
|
||||
|
||||
gaps_in=15
|
||||
|
|
Loading…
Reference in a new issue