mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Replicate deprecated no_gaps_when_only option
This commit is contained in:
parent
83cae2697a
commit
cd4168842d
1 changed files with 24 additions and 10 deletions
|
|
@ -43,10 +43,7 @@
|
||||||
layout = "master";
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master.mfact = "0.5";
|
||||||
no_gaps_when_only = 1;
|
|
||||||
mfact = "0.5";
|
|
||||||
};
|
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 6;
|
rounding = 6;
|
||||||
|
|
@ -63,13 +60,30 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
"special:music, border:false, gapsout:30, on-created-empty:spotify"
|
# No gaps when only one
|
||||||
"special:chat, border:false, gapsout:30, on-created-empty:webcord"
|
"w[tv1], gapsout:0, gapsin:0"
|
||||||
"special:flake, border:false, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
"f[1], gapsout:0, gapsin:0"
|
||||||
"special:monitor, border:false, gapsout:30, on-created-empty:kitty btm"
|
|
||||||
"special:files, border:false, gapsout:30, on-created-empty:nemo"
|
"special:music, gapsout:30, on-created-empty:spotify"
|
||||||
|
"special:chat, gapsout:30, on-created-empty:webcord"
|
||||||
|
"special:flake, gapsout:30, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}"
|
||||||
|
"special:monitor, gapsout:30, on-created-empty:kitty btm"
|
||||||
|
"special:files, gapsout:30, on-created-empty:nemo"
|
||||||
|
];
|
||||||
|
windowrulev2 = [
|
||||||
|
# No gaps when only one
|
||||||
|
"bordersize 0, floating:0, onworkspace:w[tv1]"
|
||||||
|
"rounding 0, floating:0, onworkspace:w[tv1]"
|
||||||
|
"bordersize 0, floating:0, onworkspace:f[1]"
|
||||||
|
"rounding 0, floating:0, onworkspace:f[1]"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:music"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:chat"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:flake"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:monitor"
|
||||||
|
"rounding 6, floating:0, onworkspace:special:files"
|
||||||
|
|
||||||
|
"noblur, class:(kitty), onworkspace:special:flake"
|
||||||
];
|
];
|
||||||
windowrulev2 = [ "noblur, class:(kitty), onworkspace:special:flake" ];
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"[workspace special:music silent] spotify"
|
"[workspace special:music silent] spotify"
|
||||||
"[workspace special:chat silent] webcord"
|
"[workspace special:chat silent] webcord"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue