mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-06 13:05:11 +02:00
feat(wm): cycle through monitors and workspaces
This commit adds commands to navigate monitors and workspaces using cycle directions. resolve #47
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
use std::num::NonZeroUsize;
|
||||
|
||||
use clap::ArgEnum;
|
||||
use serde::Deserialize;
|
||||
use serde::Serialize;
|
||||
use std::num::NonZeroUsize;
|
||||
use strum::Display;
|
||||
use strum::EnumString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user