stashing
This commit is contained in:
parent
32f2213e88
commit
ba45da3b8a
4 changed files with 36 additions and 42 deletions
|
@ -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"
|
||||
|
|
|
@ -25,8 +25,8 @@ in {
|
|||
enable = true;
|
||||
settings = {
|
||||
background-blur-radius = 20;
|
||||
# theme = "dark:stylix,light:stylix";
|
||||
# window-theme = config.stylix.polarity;
|
||||
theme = "dark:stylix,light:stylix";
|
||||
window-theme = (config.modules.${user}.themes.polarity or "dark");
|
||||
background-opacity = 0.8;
|
||||
minimum-contrast = 1.1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue