mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-16 17:01:05 +00:00
chore: update
This commit is contained in:
parent
54fd11d09a
commit
1d506fb37c
1 changed files with 6 additions and 6 deletions
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
# Gaps between windows
|
||||
gaps = {
|
||||
inner.horizontal = 20;
|
||||
inner.vertical = 20;
|
||||
outer.left = 20;
|
||||
outer.right = 20;
|
||||
outer.top = 20;
|
||||
outer.bottom = 20;
|
||||
inner.horizontal = 5;
|
||||
inner.vertical = 5;
|
||||
outer.left = 5;
|
||||
outer.right = 5;
|
||||
outer.top = 5;
|
||||
outer.bottom = 5;
|
||||
};
|
||||
|
||||
# Auto-assign apps to workspaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue