mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
sway: remove duplicate kanshi autostart
This commit is contained in:
parent
42c9c9dc3c
commit
6f52d639ff
|
@ -136,7 +136,6 @@
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{command = "${wallpaperd}";}
|
{command = "${wallpaperd}";}
|
||||||
{command = "${pkgs.kanshi}/bin/kanshi";}
|
|
||||||
{command = "${pkgs.autotiling}/bin/autotiling";}
|
{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";}
|
||||||
|
|
Loading…
Reference in a new issue