Skip to content

Commit f828072

Browse files
Update
1 parent 580c79c commit f828072

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/gettingstarted/faq.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ nav_order: 5
1313

1414
## Wayland
1515

16-
Wayland comes with a _lot_ of [limitations](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277).
17-
18-
1916
### XWayland
2017

21-
Some of its limitations can be mitigated by using XWayland.
18+
Wayland comes with a _lot_ of [limitations](https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277).
19+
Some can be mitigated by using XWayland.
2220

2321
```bash
2422
# Do not set QT_QPA_PLATFORM as it will propagate to launched apps
@@ -49,11 +47,11 @@ Another approach is to pipe the command you want to send directly into the alber
4947
```bash
5048
# Before 0.28.0 the string to send was "toggle".
5149

52-
# Using netcat-openbsd
53-
echo -n '["toggle"]' | nc -U ~/.cache/albert/ipc_socket
54-
5550
# Using socat
5651
echo -n '["toggle"]' | socat - ~/.cache/albert/ipc_socket
52+
53+
# Using netcat-openbsd
54+
echo -n '["toggle"]' | nc -U ~/.cache/albert/ipc_socket
5755
```
5856

5957
{: .note }
@@ -69,6 +67,7 @@ Some compositors allow configuring the window properties in their settings.
6967
- [KDE](https://docs.kde.org/stable5/en/kwin/kcontrol/windowspecific/index.html)
7068
- On Gnome your best bet is probably [GNOME Window Rules extension](https://help.gnome.org/users/gnome-help/stable/windows-properties.html.en).
7169

70+
7271
## How to open with a particular text?
7372

7473
```bash

0 commit comments

Comments
 (0)