mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
Merge pull request #20 from Dries1234/patch-1
Update FAQ from OR to AND
This commit is contained in:
commit
fec4f1d44e
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ Until then, OTD.
|
||||||
```plain
|
```plain
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
```
|
```
|
||||||
or
|
and
|
||||||
```plain
|
```plain
|
||||||
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
```
|
```
|
||||||
|
@ -282,4 +282,4 @@ Optimization options:
|
||||||
|
|
||||||
`misc:no_vfr = false`
|
`misc:no_vfr = false`
|
||||||
|
|
||||||
*possibly* `misc:disable_autoreload = true`
|
*possibly* `misc:disable_autoreload = true`
|
||||||
|
|
Loading…
Reference in a new issue