mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
sway: fixed kanshi autostart
This commit is contained in:
parent
a2baaa8414
commit
0b3fe75ef0
|
@ -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";}
|
||||||
|
|
Loading…
Reference in a new issue