mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #691] [MERGED] Add new identifier by path #1058
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/691
Author: @eythaann
Created: 2/28/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @LGUG2Z
Base:
master← Head:new-identifier📝 Commits (1)
583a045feat(wm): add path variant to application identifiers📊 Changes
8 files changed (+68 additions, -4 deletions)
View changed files
📝
komorebi-core/src/config_generation.rs(+1 -1)📝
komorebi-core/src/lib.rs(+2 -0)📝
komorebi/src/process_command.rs(+5 -0)📝
komorebi/src/process_event.rs(+2 -0)📝
komorebi/src/window.rs(+47 -2)📝
komorebi/src/window_manager_event.rs(+2 -0)📝
schema.asc.json(+2 -1)📝
schema.json(+7 -0)📄 Description
Problem:
Solution:
contains | startwithstrategy will allow user match all apps in a folder. Also this allow user ignore apps with the same identifiers but in different locations asC\programs\appandC\users\name\repository\disk\appgood for use different configurations on the installed app and the in development app as example.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.