File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
5651echo -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
You can’t perform that action at this time.
0 commit comments