From 5883b1abd810a1bc1c2754a0811f8ff64a4e4287 Mon Sep 17 00:00:00 2001 From: FedeP Date: Fri, 26 Apr 2024 21:08:37 +0200 Subject: [PATCH] add GlazeWM to applications.js --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index c65f1906..00927fdc 100644 --- a/config/applications.json +++ b/config/applications.json @@ -2590,5 +2590,13 @@ "description": "get things from one computer to another, safely", "link": "https://github.com/magic-wormhole/magic-wormhole", "winget": "magic-wormhole.magic-wormhole" + }, + "WPFInstalglazewm": { + "category": "Utilities", + "choco": "na", + "content": "GlazeWM", + "description": "GlazeWM is a tiling window manager for Windows inspired by i3 and Polybar", + "link": "https://github.com/glzr-io/glazewm", + "winget": "glzr-io.glazewm" } }