mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 09:29:18 -05:00
aly: disable smart borders/gaps
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
0d0b760df9
commit
f6f916162b
|
@ -15,8 +15,8 @@
|
||||||
floating.criteria = [{app_id = "Bitwarden";} {app_id = "org.keepassxc.KeePassXC";}];
|
floating.criteria = [{app_id = "Bitwarden";} {app_id = "org.keepassxc.KeePassXC";}];
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
smartBorders = "on";
|
# smartBorders = "on";
|
||||||
smartGaps = true;
|
# smartGaps = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
input."type:keyboard".xkb_options = "caps:ctrl_modifier";
|
input."type:keyboard".xkb_options = "caps:ctrl_modifier";
|
||||||
|
@ -75,14 +75,14 @@
|
||||||
input.kb_options = "ctrl:nocaps";
|
input.kb_options = "ctrl:nocaps";
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"bordersize 0,floating:0,onworkspace:f[1]"
|
# "bordersize 0,floating:0,onworkspace:f[1]"
|
||||||
"bordersize 0,floating:0,onworkspace:w[tv1]"
|
# "bordersize 0,floating:0,onworkspace:w[tv1]"
|
||||||
"center(1),class:(Bitwarden)"
|
"center(1),class:(Bitwarden)"
|
||||||
"center(1),class:(org.keepassxc.KeePassXC)"
|
"center(1),class:(org.keepassxc.KeePassXC)"
|
||||||
"float,class:(Bitwarden)"
|
"float,class:(Bitwarden)"
|
||||||
"float,class:(org.keepassxc.KeePassXC)"
|
"float,class:(org.keepassxc.KeePassXC)"
|
||||||
"rounding 0,floating:0,onworkspace:f[1]"
|
# "rounding 0,floating:0,onworkspace:f[1]"
|
||||||
"rounding 0,floating:0,onworkspace:w[tv1]"
|
# "rounding 0,floating:0,onworkspace:w[tv1]"
|
||||||
"size 80% 80%,class:(Bitwarden)"
|
"size 80% 80%,class:(Bitwarden)"
|
||||||
"size 80% 80%,class:(org.keepassxc.KeePassXC)"
|
"size 80% 80%,class:(org.keepassxc.KeePassXC)"
|
||||||
"workspace special:magic,class:(org.gnome.Fractal)"
|
"workspace special:magic,class:(org.gnome.Fractal)"
|
||||||
|
@ -90,9 +90,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
"f[1],gapsout:0,gapsin:0"
|
# "f[1],gapsout:0,gapsin:0"
|
||||||
"special:magic,on-created-empty:${lib.getExe pkgs.fractal}"
|
"special:magic,on-created-empty:${lib.getExe pkgs.fractal}"
|
||||||
"w[tv1],gapsout:0,gapsin:0"
|
# "w[tv1],gapsout:0,gapsin:0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue