mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
sway: added gammastep for red shifting
This commit is contained in:
parent
c403c36d83
commit
210f6e7c4a
|
@ -271,6 +271,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
|
{command = "${pkgs.gammastep}/bin/gammastep -l 31.1:-94.1";} # TODO: automatic locations
|
||||||
{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