commit 6429424
chld
·
2026-07-13 18:24:10 +0000 UTC
parent babc31a
readme
1 files changed,
+28,
-0
+28,
-0
1@@ -0,0 +1,28 @@
2+# xl
3+the late lnd for Xorg
4+xl is a "dropdown" xorg item launcher
5+xl reads from `$HOME/.xlrc` to see what programs to display when opened.
6+
7+## usage
8+clicking on a entry in xl causes the entry printed to stdout, so it can be later piped to sh.
9+### xlrc
10+xlrc (`$HOME/.xlrc`) is a file in which lnd reads from.
11+anything - as long as it works in your shell - can be put in it.
12+
13+example:
14+```
15+st
16+xd
17+firefox
18+scrot
19+```
20+### flags
21+- `-c`: specify file to read from
22+- `-g`: specify dimensions to spawn
23+ ```sh
24+ xl -g 100x50
25+ ```
26+- `-h`: print help and usage
27+ ```sh
28+ xl -h
29+ ```