Launch an app in a Floating Window
Most GUI apps can be launched in floating window mode.
Most X11 applications support a flag --class
to specify the class
under which the application runs. Regolith is configured such that apps with a class of floating_window
will launch with i3’s floating window mode.
Examples
gnome-terminal
Launch the terminal in floating mode:
$ gnome-terminal --class=floating_window
Firefox
Launch Firefox in floating mode:
$ firefox --class=floating_window
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最終更新 September 19, 2023: Add Japanese announce (#175) (2ad65c4)