Skip to content

Instantly share code, notes, and snippets.

@taniomi
Last active October 7, 2025 17:11
Show Gist options
  • Select an option

  • Save taniomi/024d7d897f41fb3e04dd7bcec47f014e to your computer and use it in GitHub Desktop.

Select an option

Save taniomi/024d7d897f41fb3e04dd7bcec47f014e to your computer and use it in GitHub Desktop.
Script to get unique process names for GlazeWM configuring
# List unique running processes names
Get-Process | Select-Object ProcessName | Sort-Object ProcessName -Unique
# If execution is blocked
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
@taniomi
Copy link
Author

taniomi commented Sep 25, 2025

This comment has a query for viewing all GlazeWM windows: glzr-io/glazewm#835 (comment)

glazewm query windows

@taniomi
Copy link
Author

taniomi commented Sep 25, 2025

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