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 2
3 3
]; ];
location.name = "Darmstadt";
sessionMenu = { sessionMenu = {
largeButtonsStyle = false; largeButtonsStyle = false;
countdownDuration = 3000; countdownDuration = 3000;
}; };
idle.enabled = true; idle.enabled = true;
audio.mprisBlacklist = "firefox"; audio.mprisBlacklist = [ "firefox" ];
network.bluetoothAutoConnect = false;
location = { location = {
name = "Darmstadt";
firstDayOfWeek = 1; firstDayOfWeek = 1;
showWeekNumberInCalendar = true; showWeekNumberInCalendar = true;
}; };