removed firefox
This commit is contained in:
parent
278da14587
commit
31a3c30544
3 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue