regolith-desktop
regolith-desktop copied to clipboard
Documentation: add howto for launching apps w/ floating windows
eg
gnome-terminal --class=floating_window
How would you configure this alias so that the default launcher picks up the extra argument?
I see, create a file like $HOME/.config/regolith3/i3/config.d/00_floats
, and put lines such as for_window [class="Gnome-terminal"] floating enable
(find classname with xprop | grep CLASS
) in there.