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 ripgrep
### Internet Browsers & Communication ### ### Internet Browsers & Communication ###
brave brave
firefox
microsoft-edge microsoft-edge
nextcloud-client nextcloud-client
tor-browser tor-browser

View file

@ -210,9 +210,10 @@ in
windowrule = nomaxsize, ulauncher windowrule = nomaxsize, ulauncher
windowrule = noblur, ulauncher windowrule = noblur, ulauncher
windowrulev2 = animation slide top, class:^(ulauncher)$ windowrulev2 = animation slide top, class:^(ulauncher)$
# firefox # browsers
windowrulev2 = float, class:^(firefox)$,title:^(Extension.*)$
windowrulev2 = plugin:scroller:columnwidth onehalf, class:(firefox) 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 let
pydeps = pkgs.python3.withPackages ( pydeps = pkgs.python3.withPackages (
pp: with pp; [ pp: with pp; [
# https://github.com/tchar/ulauncher-albert-calculate-anything # dependencies for ulauncher-albert-calculate-anything
parsedatetime parsedatetime
pint pint
pytz pytz
@ -178,7 +178,6 @@
''; '';
}; };
}; };
}) })
]; ];
} }