Crates.io | wmswitch |
lib.rs | wmswitch |
version | 0.1.0 |
source | src |
created_at | 2024-08-24 13:22:26.571989 |
updated_at | 2024-08-24 13:22:26.571989 |
description | Switch between window managers seamlessly |
homepage | |
repository | https://github.com/chardoncs/wmswitch.git |
max_upload_size | |
id | 1350265 |
size | 24,747 |
Switch between window managers seamlessly.
setsid wmswitch <KEY>
The configuration file is $XDG_CONFIG_HOME/wmswitch/config.toml
.
Here is an example of the config file:
[commands]
x11-default = { cmd = ["startx"], proc_name = "i3" }
wl-default = { cmd = ["startwl"], proc_name = "river" }
hyprland = { cmd = ["Hyprland"] }
Used for calling the command
Command for launching a window manager
["<CMD>"[, "<ARG>", ...]]
Process name, by default is the entire command.