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