sway: fixed kanshi autostart

This commit is contained in:
Aly Raffauf 2024-04-20 09:25:50 -04:00
parent a2baaa8414
commit 0b3fe75ef0

View file

@ -136,7 +136,7 @@
}; };
startup = [ startup = [
{command = "${wallpaperd}";} {command = "${wallpaperd}";}
{command = "${pkgs.kanshi}";} {command = "${pkgs.kanshi}/bin/kanshi";}
{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";}