Add wlprop as xprop replacement

graves501 2024-01-24 18:27:48 +01:00
parent 8e8ab0b8e8
commit f7b8a8a849

@ -35,6 +35,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I
* X11 forwarding → [waypipe](https://gitlab.freedesktop.org/mstoeckl/waypipe/) * X11 forwarding → [waypipe](https://gitlab.freedesktop.org/mstoeckl/waypipe/)
* xev → [wev](https://git.sr.ht/~sircmpwn/wev/) * xev → [wev](https://git.sr.ht/~sircmpwn/wev/)
* xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250), [interception-tools](https://gitlab.com/interception/linux/tools) * xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250), [interception-tools](https://gitlab.com/interception/linux/tools)
* xprop → [wlprop](https://gist.github.com/crispyricepc/f313386043395ff06570e02af2d9a8e0#file-wlprop-sh)
* [xob](https://github.com/florentc/xob) → [wob](https://github.com/francma/wob) * [xob](https://github.com/florentc/xob) → [wob](https://github.com/francma/wob)
* [dmenu](https://tools.suckless.org/dmenu/) → [wmenu](https://sr.ht/~adnano/wmenu/), [bemenu](https://github.com/Cloudef/bemenu), [fuzzel](https://codeberg.org/dnkl/fuzzel), [gmenu](https://code.rocketnine.space/tslocum/gmenu), [wldash](https://github.com/kennylevinsen/wldash) * [dmenu](https://tools.suckless.org/dmenu/) → [wmenu](https://sr.ht/~adnano/wmenu/), [bemenu](https://github.com/Cloudef/bemenu), [fuzzel](https://codeberg.org/dnkl/fuzzel), [gmenu](https://code.rocketnine.space/tslocum/gmenu), [wldash](https://github.com/kennylevinsen/wldash)
* [bemenu](https://github.com/Cloudef/bemenu): To use the same color scheme used in dmenu, use `bemenu-run -p "" --tb "#285577" --hb "#285577" --tf "#eeeeee" --hf "#eeeeee" --nf "#bbbbbb"` * [bemenu](https://github.com/Cloudef/bemenu): To use the same color scheme used in dmenu, use `bemenu-run -p "" --tb "#285577" --hb "#285577" --tf "#eeeeee" --hf "#eeeeee" --nf "#bbbbbb"`