Skip to content

Commit

Permalink
removed some rules.. updated glazewm-np to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dillacorn authored Jan 28, 2025
1 parent 8001d87 commit f50d951
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 28 deletions.
18 changes: 0 additions & 18 deletions UserProfile/.glzr/glazewm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,24 +195,6 @@ window_rules:
- window_process: { equals: "Lively" }
window_class: { regex: "HwndWrapper" }
- window_process: { equals: "Mullvad VPN" }
- window_process: { equals: "ui32" }
- window_process: { equals: "wallpaper32" }
- window_process: { equals: "wallpaper64" }

# Games
- window_process: { equals: 'Marvel-Win64-Shipping' }
- window_process: { equals: 'cs2' }
- window_process: { equals: 'RustClient' }
- window_process: { equals: 'quakelive_steam' }
- window_process: { equals: 'QuakeChampions' }
- window_process: { equals: 'straftat' }
- window_process: { equals: 'VALORANT-Win64-Shipping' }
- window_process: { equals: 'Discovery' }
- window_process: { equals: 'ULTRAKILL' }
- window_process: { equals: 'Greylock-Win64-Shipping' }
- window_process: { equals: 'TotallyAccurateBattlegrounds' }
- window_process: { equals: 'BattleBit' }
- window_process: { equals: 'helldivers2' }

- commands: ["set-floating"]
match:
Expand Down
10 changes: 5 additions & 5 deletions bucket/glazewm-np.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "3.7.0",
"version": "3.8.1",
"description": "A tiling window manager for Windows inspired by i3 and Polybar (nonportable installation).",
"homepage": "https://github.com/glzr-io/glazewm",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-x64.msi",
"hash": "733C09B3D19BF68FD5A522EE8F068F48CADE8EC7422A4AA8A0D18B2BEEBE3494",
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.8.1/standalone-glazewm-v3.8.1-x64.msi",
"hash": "2FE716634E7C78B1FBE1207697A8A8207C6B4B902F4A5C65D100ABF5BDA796D5",
"installer": {
"script": [
"if (!(is_admin)) {",
Expand Down Expand Up @@ -45,8 +45,8 @@
}
},
"arm64": {
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-arm64.msi",
"hash": "C1C91D4E29863A9454C336101D57042A97613138F6403B1F718D018AD52BF517",
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.8.1/standalone-glazewm-v3.8.1-arm64.msi",
"hash": "9A92A7F4FEB667363A4FC20EE8CA8D9B3E9412CE5BD43F67575C868EA851C0B5",
"installer": {
"script": [
"if (!(is_admin)) {",
Expand Down
10 changes: 5 additions & 5 deletions bucket/glazewm.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "3.7.0",
"version": "3.8.1",
"description": "A tiling window manager for Windows inspired by i3 and Polybar.",
"homepage": "https://github.com/glzr-io/glazewm",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-x64.msi",
"hash": "733C09B3D19BF68FD5A522EE8F068F48CADE8EC7422A4AA8A0D18B2BEEBE3494"
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.8.1/standalone-glazewm-v3.8.1-x64.msi",
"hash": "2FE716634E7C78B1FBE1207697A8A8207C6B4B902F4A5C65D100ABF5BDA796D5"
},
"arm64": {
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.7.0/standalone-glazewm-v3.7.0-arm64.msi",
"hash": "C1C91D4E29863A9454C336101D57042A97613138F6403B1F718D018AD52BF517"
"url": "https://github.com/glzr-io/glazewm/releases/download/v3.8.1/standalone-glazewm-v3.8.1-arm64.msi",
"hash": "9A92A7F4FEB667363A4FC20EE8CA8D9B3E9412CE5BD43F67575C868EA851C0B5"
}
},
"extract_dir": "PFiles64\\glzr.io\\GlazeWM",
Expand Down

0 comments on commit f50d951

Please sign in to comment.