sway: added autotiling script

This commit is contained in:
Aly Raffauf 2024-04-20 09:26:42 -04:00
parent 0b3fe75ef0
commit 42c9c9dc3c

View file

@ -137,6 +137,7 @@
startup = [ startup = [
{command = "${wallpaperd}";} {command = "${wallpaperd}";}
{command = "${pkgs.kanshi}/bin/kanshi";} {command = "${pkgs.kanshi}/bin/kanshi";}
{command = "${pkgs.autotiling}/bin/autotiling";}
{command = "${notifyd}";} {command = "${notifyd}";}
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";}
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store";}