Were you able to figure out a solution to this?
this post was submitted on 30 Jun 2023
4 points (100.0% liked)
swaywm
359 readers
1 users here now
dedicated to the Sway window manager, a drop-in replacement for the i3 window manager, but for Wayland instead of X11.
founded 4 years ago
MODERATORS
I found this handy guide
which I believe accomplishes what you're trying to do. You can get app_id by running swaymsg -t get_tree
. However, if you're launching within foot you may have to force a different app_id/title with foot's options so that you can launch foot elsewhere for other things. I do this with htop like so: foot -T htop -a htop htop
. This sets the title to htop, the app_id to htop, and then finally launches htop within foot.