heckelson / i3-and-kde-plasma

How to install the i3 window manager on KDE
GNU General Public License v3.0
854 stars 34 forks source link

Are there some useless i3wm config in the README? #56

Open HuaHuaY opened 3 months ago

HuaHuaY commented 3 months ago

In i3wm's userguide: https://i3wm.org/docs/userguide.html#list_of_commands

When using multiple commands, separate them by using a , (a comma) instead of a semicolon. Criteria apply only until the next semicolon, so if you use a semicolon to separate commands, only the first one will be executed for the matched window(s).

There are some configs in README such as for_window [class="Plasma"] floating enable; border none. Is the config border none already working?