better error handling using Result instead of panic

This commit is contained in:
2025-01-02 00:42:54 +00:00
parent 6004c1a2d3
commit 778392f729
5 changed files with 66 additions and 45 deletions

View File

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