mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Remove extraneous close bracket
parent
3210c981a4
commit
481d6bb281
|
@ -47,7 +47,7 @@ TimeoutStopSec=10
|
|||
```
|
||||
again, you can choose to put it in `/etc/systemd/user/` or `~/.config/systemd/user/`.
|
||||
|
||||
This service file will load environment variables from `~/.config/sway/env`, a [KEY=VALUE file](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=). That's a good place to put variables such as `_JAVA_AWT_WM_NONREPARENTING=1` or `CLUTTER_BACKEND=wayland` (note: no need for export there, that is not a shell file]).
|
||||
This service file will load environment variables from `~/.config/sway/env`, a [KEY=VALUE file](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=). That's a good place to put variables such as `_JAVA_AWT_WM_NONREPARENTING=1` or `CLUTTER_BACKEND=wayland` (note: no need for export there, that is not a shell file).
|
||||
|
||||
Now, you want your login manager to start the service via systemd, and not sway directly. In order to do that, it's easiest to just create a new wayland session in `/usr/share/wayland-sessions/sway-session.desktop`:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue