# wmswitch Switch between window managers seamlessly. ## Usage ### POSIX (Linux / FreeBSD / ...) ```bash setsid wmswitch ``` ## Configuration The configuration file is `$XDG_CONFIG_HOME/wmswitch/config.toml`. Here is an example of the config file: ```toml [commands] x11-default = { cmd = ["startx"], proc_name = "i3" } wl-default = { cmd = ["startwl"], proc_name = "river" } hyprland = { cmd = ["Hyprland"] } ``` ### Commands #### Key Used for calling the command #### Value ##### cmd Command for launching a window manager `[""[, "", ...]]` ##### proc_name Process name, by default is the entire command.