mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
tree-wide: remove blueman
This commit is contained in:
parent
2597bfb114
commit
d5a7a9007b
5 changed files with 1 additions and 16 deletions
|
|
@ -51,12 +51,6 @@
|
|||
type = "fcitx5";
|
||||
};
|
||||
|
||||
# Disable the blueman pop up persistently
|
||||
# https://github.com/blueman-project/blueman/issues/1556#issuecomment-882857426
|
||||
dconf.settings."org/blueman/general" = {
|
||||
plugin-list = ["!ConnectionNotifier"];
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
||||
|
|
|
|||
|
|
@ -106,8 +106,7 @@ main = xmonad
|
|||
. W.stack . W.workspace . W.current . windowset
|
||||
in
|
||||
composeAll
|
||||
[ className ~? "blueman-manager" --> customFloating smallFloat
|
||||
, className ~? "NautilusPreviewer" --> customFloating centeredFloat
|
||||
[ className ~? "NautilusPreviewer" --> customFloating centeredFloat
|
||||
, className =? "feh" --> doFloat
|
||||
, isFirefoxPIP --> doFloat
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue