Added autotiling

This commit is contained in:
Bryan Ramos 2024-01-27 07:03:07 -05:00
parent be58607648
commit afaa1d11fc
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
let
modifier = config.wayland.windowManager.sway.config.modifier;
@ -79,5 +79,6 @@ in
floating enable
sticky enable
}
exec_always ${pkgs.autotiling}/bin/autotiling
'';
}

View file

@ -32,6 +32,7 @@ in
grim
slurp
wl-clipboard
autotiling
imv
gimp