Last active
October 7, 2025 17:11
-
-
Save taniomi/024d7d897f41fb3e04dd7bcec47f014e to your computer and use it in GitHub Desktop.
Script to get unique process names for GlazeWM configuring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List unique running processes names | |
| Get-Process | Select-Object ProcessName | Sort-Object ProcessName -Unique | |
| # If execution is blocked | |
| Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass |
Author
Author
For quick reference:
The default config file is generated at %userprofile%\.glzr\glazewm\config.yaml.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has a query for viewing all GlazeWM windows: glzr-io/glazewm#835 (comment)