Find I3 Window Class
- Open the application.
- Open a terminal.
- type the command
xprop
. - Move crosshairs on the application's window and select.
- Get the window class from the
WM_CLASS(STRING)
property. - Update
~/.i3/config
- Restart i3:
$MOD-SHIFT-r
Reference: - How to find application's window class in i3 window manager - [I3 Reference Guide](https://i3wm.org/docs/userguide.html#_restarting_i3_inplace]