mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
noctalia-shell: Fine tune
This commit is contained in:
parent
3e0325cffa
commit
fd16dd8aa3
1 changed files with 10 additions and 0 deletions
|
|
@ -84,12 +84,22 @@
|
||||||
enableWindowsSearch = false;
|
enableWindowsSearch = false;
|
||||||
enableClipboardHistory = true;
|
enableClipboardHistory = true;
|
||||||
};
|
};
|
||||||
|
osd.enabledTypes = [
|
||||||
|
0
|
||||||
|
1
|
||||||
|
2
|
||||||
|
3
|
||||||
|
];
|
||||||
location.name = "Darmstadt";
|
location.name = "Darmstadt";
|
||||||
sessionMenu = {
|
sessionMenu = {
|
||||||
largeButtonsStyle = false;
|
largeButtonsStyle = false;
|
||||||
countdownDuration = 3000;
|
countdownDuration = 3000;
|
||||||
};
|
};
|
||||||
audio.mprisBlacklist = "firefox";
|
audio.mprisBlacklist = "firefox";
|
||||||
|
location = {
|
||||||
|
firstDayOfWeek = 1;
|
||||||
|
showWeekNumberInCalendar = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue