mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: synchronize, hibernate
This commit is contained in:
parent
6bb963d9ad
commit
a4b63004fb
18 changed files with 48 additions and 110 deletions
|
|
@ -113,7 +113,6 @@ in {
|
|||
# konawall
|
||||
enabled = false;
|
||||
directory = "";
|
||||
enableMultiMonitorDirectories = false;
|
||||
setWallpaperOnAllMonitors = true;
|
||||
defaultWallpaper = "";
|
||||
fillMode = "crop";
|
||||
|
|
@ -197,8 +196,8 @@ in {
|
|||
preferredPlayer = "";
|
||||
};
|
||||
ui = {
|
||||
fontDefault = config.stylix.fonts.sansSerif;
|
||||
fontFixed = config.stylix.fonts.monospace;
|
||||
fontDefault = "CozetteCrossedSevenVector";
|
||||
fontFixed = "CozetteCrossedSevenVector";
|
||||
fontDefaultScale = 1;
|
||||
fontFixedScale = 1;
|
||||
monitorsScaling = [
|
||||
|
|
|
|||
|
|
@ -51,19 +51,6 @@ _: {
|
|||
];
|
||||
open-on-workspace = "chat";
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
app-id = "steam";
|
||||
title = "^notificationtoasts_\d+_desktop$";
|
||||
}
|
||||
];
|
||||
default-floating-position = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
relative-to = "bottom-right";
|
||||
};
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{app-id = "^steam_app_default$";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue