mirror of
https://github.com/swaywm/sway.git
synced 2025-02-27 03:31:20 +00:00
Updated Home (markdown)
parent
71dba115a4
commit
f2028ea85b
1 changed files with 11 additions and 1 deletions
12
Home.md
12
Home.md
|
@ -220,4 +220,14 @@ Unless specified otherwise, `wlc` will choose a card for you and you could have
|
|||
Try with a different default card (listed in `/dev/dri/`), for example:
|
||||
```
|
||||
WLC_DRM_DEVICE=card1 sway
|
||||
```
|
||||
```
|
||||
|
||||
### I'm not using logind but still want DBus/PolKit/power management to work. What can I do?
|
||||
|
||||
If you're using ConsoleKit2, launch sway using
|
||||
```
|
||||
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session sway
|
||||
```
|
||||
|
||||
Alternatively, you could omit the `ck-launch-session` part.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue