Remove debugging.
This commit is contained in:
parent
4429b6a6a6
commit
5113e9d7a5
@ -14,7 +14,6 @@ use xrandr::{XHandle, XrandrError};
|
||||
pub fn swap_workspaces(cfg: &Config) -> Result<Vec<Result<Output, CommandError>>, CommandError> {
|
||||
let monitors = XHandle::open()?.monitors()?;
|
||||
|
||||
dbg!(&monitors);
|
||||
// TODO(wathiede): if I ever get two monitors with the same resolution, use EDID to find a
|
||||
// better key.
|
||||
let map: HashMap<_, _> = monitors
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user