tree-wide: remove blueman

This commit is contained in:
Primrose 2025-05-26 21:28:37 +02:00
parent 2597bfb114
commit d5a7a9007b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 1 additions and 16 deletions

View file

@ -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"];

View file

@ -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

View file

@ -65,5 +65,4 @@
};
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}