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
|
|
@ -49,12 +49,6 @@
|
||||||
type = "fcitx5";
|
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 = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
||||||
|
|
|
||||||
|
|
@ -72,5 +72,4 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.blueman.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,6 @@
|
||||||
type = "fcitx5";
|
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 = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
||||||
|
|
|
||||||
|
|
@ -106,8 +106,7 @@ main = xmonad
|
||||||
. W.stack . W.workspace . W.current . windowset
|
. W.stack . W.workspace . W.current . windowset
|
||||||
in
|
in
|
||||||
composeAll
|
composeAll
|
||||||
[ className ~? "blueman-manager" --> customFloating smallFloat
|
[ className ~? "NautilusPreviewer" --> customFloating centeredFloat
|
||||||
, className ~? "NautilusPreviewer" --> customFloating centeredFloat
|
|
||||||
, className =? "feh" --> doFloat
|
, className =? "feh" --> doFloat
|
||||||
, isFirefoxPIP --> doFloat
|
, isFirefoxPIP --> doFloat
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,5 +65,4 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.blueman.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue