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