Sway: Difference between revisions

imported>Erictapen
No edit summary
imported>Erictapen
No edit summary
Line 10: Line 10:
- Services like Waybar, kanshi, redshift can depend on `graphical-session.target` and can therefore be started as their own user service, including convenient service management and logging.
- Services like Waybar, kanshi, redshift can depend on `graphical-session.target` and can therefore be started as their own user service, including convenient service management and logging.


```
<syntaxhighlight lang="nix">
{ config, pkgs, lib, ... }: {
{ config, pkgs, lib, ... }: {


Line 106: Line 106:
}
}


```
</syntaxhighlight>