This commit is contained in:
Chris Kruining 2025-03-23 17:05:45 +01:00
parent 32f2213e88
commit ba45da3b8a
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 36 additions and 42 deletions

View file

@ -57,8 +57,14 @@ in
immutableByDefault = true;
windows.allowWindowsToRememberPositions = true;
session = {
general.askForConfirmationOnLogout = false;
sessionRestore.restoreOpenApplicationsOnLogin = "onLastLogout";
};
workspace = {
colorScheme = "CatppuccinMocha";
clickItemTo = "select";
colorScheme = "EverforestDark";
wallpaper = config.stylix.image;
};
@ -89,8 +95,8 @@ in
location = "bottom";
floating = true;
lengthMode = "fill";
height = 32;
hiding = "dodgewindows";
height = 42;
hiding = "none";
screen = "all";
widgets = [
{
@ -135,10 +141,10 @@ in
};
behavior = {
grouping = {
clickAction = "showPresentWindowsEffect";
method = "byProgramName";
clickAction = "showPresentWindowsEffect";
method = "byProgramName";
};
minimizeActiveTaskOnClick = true;
minimizeActiveTaskOnClick = true;
newTasksAppearOn = "right";
showTasks = {
onlyInCurrentActivity = true;
@ -154,7 +160,7 @@ in
};
};
launchers = [
"applications:org.kde.dolphin.desktop"
"preferred://filemanager"
"preferred://browser"
"preferred://terminal"
"preferred://editor"