Use HashSet for available layout names to avoid monitor-layout dup

This commit is contained in:
2024-12-31 02:46:35 +00:00
parent 2ce2631bbc
commit c5f35ebf06
3 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "swayout"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "A tool to configure sway outputs"
authors = ["Stephen Byrne"]