deerwm/src/commands.rs

9 lines
149 B
Rust
Raw Normal View History

2021-05-09 02:50:22 +00:00
use nanoserde::{DeBin, SerBin};
pub const DEFAULT_PIPE: &str = "/tmp/deerwm";
#[derive(Clone, Debug, DeBin, SerBin)]
pub enum Command {
Quit
}