Table of Contents
My setup on linux
#linux
#system
#customization
#dotfiles
General
Those couple of pages have pretty good recommendation for tools to use on your
system.
Sway
- avizo -
a simple notification daemon, mainly intended to be used for multimedia keys
for example with Sway.
Utility
-
lswt - list Wayland toplevels. →
AUR
You can alternatively use: swaymsg -t get_tree
for app_ids:
swaymsg -t get_tree | jq -r '.. | .name? // empty'
or for names:
swaymsg -t get_tree | jq '.. | try .app_id? // empty'