noctalia-shell: Disable bluetooth auto connect

This commit is contained in:
SebastianStork 2026-03-07 18:03:32 +01:00
parent 5eba758e82
commit 5183f2bc39
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -92,14 +92,15 @@
2
3
];
location.name = "Darmstadt";
sessionMenu = {
largeButtonsStyle = false;
countdownDuration = 3000;
};
idle.enabled = true;
audio.mprisBlacklist = "firefox";
audio.mprisBlacklist = [ "firefox" ];
network.bluetoothAutoConnect = false;
location = {
name = "Darmstadt";
firstDayOfWeek = 1;
showWeekNumberInCalendar = true;
};