aly/hyprland: no gaps when only one window
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-08-11 01:58:23 -04:00
parent 58b6d95f83
commit 5f118be586

View file

@ -55,11 +55,9 @@
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
];
dwindle.no_gaps_when_only = "1";
exec-once = [
# "${lib.getExe config.ar.home.defaultApps.webBrowser}"
# "${lib.getExe' pkgs.obsidian "obsidian"}"
# "${lib.getExe config.ar.home.defaultApps.editor}"
# "${lib.getExe pkgs.thunderbird}"
"sleep 2 && hyprctl dispatch workspace 2 && sleep 2 && hyprctl dispatch workspace 3 && sleep 2 && hyprctl dispatch workspace 4 && sleep 2 && hyprctl dispatch workspace 1;"
];