This commit is contained in:
user 2025-01-10 05:38:08 -06:00
parent c3d3adf48d
commit b1e3e16c1e
18 changed files with 186 additions and 92 deletions

View file

@ -1,4 +1,5 @@
[
"io.gitlab.librewolf-community",
"kitty",
"com.system76.CosmicFiles",
]

View file

@ -1,4 +1,4 @@
(
workspace_mode: OutputBound,
workspace_layout: Vertical,
workspace_layout: Horizontal,
)

View file

@ -1 +1 @@
Some(([], []))
None

View file

@ -1 +1 @@
"display"
"default-apps"

View file

@ -1,12 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
space_xxs: 4,
space_xs: 8,
space_s: 8,
space_m: 16,
space_l: 24,
space_xl: 32,
space_xxl: 48,
space_xxxl: 64,
)

View file

@ -1,12 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
space_xxs: 4,
space_xs: 8,
space_s: 8,
space_m: 16,
space_l: 24,
space_xl: 32,
space_xxl: 48,
space_xxxl: 64,
)