removed firefox

This commit is contained in:
William 2025-03-24 13:04:36 -03:00
parent 278da14587
commit 31a3c30544
3 changed files with 4 additions and 5 deletions

View file

@ -78,7 +78,6 @@
ripgrep
### Internet Browsers & Communication ###
brave
firefox
microsoft-edge
nextcloud-client
tor-browser

View file

@ -210,9 +210,10 @@ in
windowrule = nomaxsize, ulauncher
windowrule = noblur, ulauncher
windowrulev2 = animation slide top, class:^(ulauncher)$
# firefox
windowrulev2 = float, class:^(firefox)$,title:^(Extension.*)$
# browsers
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(firefox)
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(zen)
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(brave)
'';
};

View file

@ -159,7 +159,7 @@
let
pydeps = pkgs.python3.withPackages (
pp: with pp; [
# https://github.com/tchar/ulauncher-albert-calculate-anything
# dependencies for ulauncher-albert-calculate-anything
parsedatetime
pint
pytz
@ -178,7 +178,6 @@
'';
};
};
})
];
}