Tool JigsawWM - Windows Tiling Manager now with Workspaces Support!
Hey folks π
Just pushed a new update to **JigsawWM**, my open-source productivity tool for Windows 10/11 that brings Linux-style tiling window management and keyboard/mouse automation (like AutoHotkey but programmable in Python).
### π What's New in the Latest Release:
β¨ Workspaces Support
You can now create and switch between multiple workspaces, independently per monitor β perfect for multi-monitor setups!
πͺ Smart Window Maximization
Maximized windows now automatically retain their size/position within the tiling layout.
π οΈ Stability Improvements
Fixed an issue where invalid monitor handles could cause tiling to break after display changes (e.g., docking/undocking).
π¨ UX Polishing
Minor usability and responsiveness tweaks for a smoother experience.
---
This is especially useful for devs, power users, and keyboard-first workflow lovers.
If you're looking for something like dwm/i3 + AutoHotkey + Python scripting for Windows, give it a spin:
π https://github.com/klesh/JigsawWM
Happy tiling!
https://redd.it/1l770h9
@r_Windows
Hey folks π
Just pushed a new update to **JigsawWM**, my open-source productivity tool for Windows 10/11 that brings Linux-style tiling window management and keyboard/mouse automation (like AutoHotkey but programmable in Python).
### π What's New in the Latest Release:
β¨ Workspaces Support
You can now create and switch between multiple workspaces, independently per monitor β perfect for multi-monitor setups!
πͺ Smart Window Maximization
Maximized windows now automatically retain their size/position within the tiling layout.
π οΈ Stability Improvements
Fixed an issue where invalid monitor handles could cause tiling to break after display changes (e.g., docking/undocking).
π¨ UX Polishing
Minor usability and responsiveness tweaks for a smoother experience.
---
This is especially useful for devs, power users, and keyboard-first workflow lovers.
If you're looking for something like dwm/i3 + AutoHotkey + Python scripting for Windows, give it a spin:
π https://github.com/klesh/JigsawWM
Happy tiling!
https://redd.it/1l770h9
@r_Windows
GitHub
GitHub - klesh/JigsawWM: JigsawWM is a dynamic window manager for Windows10/11 just like the suckless dwm for the X
JigsawWM is a dynamic window manager for Windows10/11 just like the suckless dwm for the X - klesh/JigsawWM
Where is the Windows Logo stored for booting?
Hey all! I was wondering where the boot logo was located in the Windows 10 files, since i couldn't find it with Resource Hacker. I found a thread similar to this but it was for the UEFI OEM logo, not the stock windows logo. If anybody knows where it's located it would be greatly appreciated.
https://redd.it/1l7aa41
@r_Windows
Hey all! I was wondering where the boot logo was located in the Windows 10 files, since i couldn't find it with Resource Hacker. I found a thread similar to this but it was for the UEFI OEM logo, not the stock windows logo. If anybody knows where it's located it would be greatly appreciated.
https://redd.it/1l7aa41
@r_Windows
Reddit
From the Windows10 community on Reddit
Explore this post and more from the Windows10 community
How do I make my windows 11 have this kind of transparency effects ?
https://redd.it/1l7ebcm
@r_Windows
https://redd.it/1l7ebcm
@r_Windows
Announcing Windows 11 Insider Preview Build 26200.5641 for the Dev Channel
https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26200-5641-dev-channel/
https://redd.it/1l7gj57
@r_Windows
https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26200-5641-dev-channel/
https://redd.it/1l7gj57
@r_Windows
Windows Insider Blog
Announcing Windows 11 Insider Preview Build 26200.5641 (Dev Channel)
Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 26200.5641 (KB5060824) to the Dev Channel. Changes in Dev Channel builds and updates are documented in two buckets: new features, impro
Apple's new ,,Liquid Glass" design be like:
https://preview.redd.it/ib84ejppqx5f1.png?width=1024&format=png&auto=webp&s=084d187400fc0fb96ae056c50622b79533c0246a
Aero my beloved
https://redd.it/1l7amz9
@r_Windows
https://preview.redd.it/ib84ejppqx5f1.png?width=1024&format=png&auto=webp&s=084d187400fc0fb96ae056c50622b79533c0246a
Aero my beloved
https://redd.it/1l7amz9
@r_Windows
Announcing Windows 11 Insider Preview Build 26120.4250 for the Beta Channel
https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26120-4250-beta-channel/
https://redd.it/1l7gily
@r_Windows
https://blogs.windows.com/windows-insider/2025/06/09/announcing-windows-11-insider-preview-build-26120-4250-beta-channel/
https://redd.it/1l7gily
@r_Windows
Windows Insider Blog
Announcing Windows 11 Insider Preview Build 26120.4250 (Beta Channel)
Hello Windows Insiders, today we are releasing Windows 11 Insider Preview Build 26120.4250 (KB5060820) to the Beta Channel for Windows Insiders on Windows 11, version 24H2. Changes in Beta Channel b
Found this 20 year old Microsoft keyboard and mouse! An adapter too.
https://redd.it/1l7rbxg
@r_Windows
https://redd.it/1l7rbxg
@r_Windows
Reddit
From the windows community on Reddit: Found this 20 year old Microsoft keyboard and mouse! An adapter too.
Explore this post and more from the windows community
How to remove recommendations from Windows taskbar completely
Note: Before making any registry changes, itβs a good idea to create a backup β just in case something goes wrong.
Instructions:
1. Open PowerShell as Administrator.
2. Copy and paste the script below.
3. Press Enter β thatβs it!
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Start" -Name "HideRecommendedSection" -Value 1
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Education" -Name "IsEducationEnvironment" -Value 1
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer" -Name "HideRecommendedSection" -Value 1
What it does:
These changes disable the βRecommendedβ section in the Windows 11 Start menu.
You might need to restart File Explorer or reboot your system for the changes to take effect.
https://redd.it/1l7xhn6
@r_Windows
Note: Before making any registry changes, itβs a good idea to create a backup β just in case something goes wrong.
Instructions:
1. Open PowerShell as Administrator.
2. Copy and paste the script below.
3. Press Enter β thatβs it!
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Start" -Name "HideRecommendedSection" -Value 1
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Education" -Name "IsEducationEnvironment" -Value 1
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer" -Name "HideRecommendedSection" -Value 1
What it does:
These changes disable the βRecommendedβ section in the Windows 11 Start menu.
You might need to restart File Explorer or reboot your system for the changes to take effect.
https://redd.it/1l7xhn6
@r_Windows
Reddit
From the Windows11 community on Reddit
Explore this post and more from the Windows11 community
Cumulative Updates: June 10th 2025
Changelists linked here for your convenience:
* Windows 11, version 21H2: [EOS](https://support.microsoft.com/en-us/topic/october-8-2024-kb5044280-os-build-22000-3260-241b0bf0-1fc3-4dfe-8260-03a3f62f3066).
* Windows 11, version 22H2/23H2: [KB5060999 (OS Builds OS Builds 22621.5472 and 22631.5472)](https://support.microsoft.com/en-us/topic/june-10-2025-kb5060999-os-builds-os-builds-22621-5472-and-22631-5472-97dbff21-2edb-4566-be47-18f732a218b9)
* Windows 11, version 24H2: [KB5060842 (OS Build 26100.4343)](https://support.microsoft.com/en-us/topic/june-10-2025-kb5060842-os-build-26100-4343-47ff300b-2a04-440c-9476-2860d04fce8d) ([note ](https://learn.microsoft.com/en-us/windows/release-health/windows-message-center#3570)about it rolling out)
General info:
For details about how to file problem reports and collect traces, please see here: [http://aka.ms/HowToFeedback](http://aka.ms/HowToFeedback)
To learn about the different types of updates, see here: [Windows quality updates primer - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-quality-updates-primer/ba-p/2569385)
As a reminder, if you did not install the previous optional update, this update will include those changes too (for the respective release). Note - some of the changes are still rolling out (as denoted in the changelist) so you may not have them yet:
* 22H2/23H2: [May 27, 2025βKB5058502 (OS 22621.5413 and 22631.5413) Preview - Microsoft Support](https://support.microsoft.com/en-us/topic/may-27-2025-kb5058502-os-22621-5413-and-22631-5413-preview-6291789c-1eea-4227-9740-a701af6de688)
* 24H2: [May 28, 2025βKB5058499 (OS Build 26100.4202) Preview - Microsoft Support](https://support.microsoft.com/en-us/topic/may-28-2025-kb5058499-os-build-26100-4202-preview-d4c2f1ee-8138-4038-b705-546945076f92)
To see known issues, please check the release health dashboard: [Windows release health | Microsoft Learn](https://learn.microsoft.com/windows/release-health/).
24H2 is rolling out, so you may not have it yet. Please see here for more details: [How to get new experiences for Windows 11 | Windows Experience Blog](https://blogs.windows.com/windowsexperience/2024/10/01/how-to-get-new-experiences-for-windows-11/)
https://redd.it/1l84hw5
@r_Windows
Changelists linked here for your convenience:
* Windows 11, version 21H2: [EOS](https://support.microsoft.com/en-us/topic/october-8-2024-kb5044280-os-build-22000-3260-241b0bf0-1fc3-4dfe-8260-03a3f62f3066).
* Windows 11, version 22H2/23H2: [KB5060999 (OS Builds OS Builds 22621.5472 and 22631.5472)](https://support.microsoft.com/en-us/topic/june-10-2025-kb5060999-os-builds-os-builds-22621-5472-and-22631-5472-97dbff21-2edb-4566-be47-18f732a218b9)
* Windows 11, version 24H2: [KB5060842 (OS Build 26100.4343)](https://support.microsoft.com/en-us/topic/june-10-2025-kb5060842-os-build-26100-4343-47ff300b-2a04-440c-9476-2860d04fce8d) ([note ](https://learn.microsoft.com/en-us/windows/release-health/windows-message-center#3570)about it rolling out)
General info:
For details about how to file problem reports and collect traces, please see here: [http://aka.ms/HowToFeedback](http://aka.ms/HowToFeedback)
To learn about the different types of updates, see here: [Windows quality updates primer - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-quality-updates-primer/ba-p/2569385)
As a reminder, if you did not install the previous optional update, this update will include those changes too (for the respective release). Note - some of the changes are still rolling out (as denoted in the changelist) so you may not have them yet:
* 22H2/23H2: [May 27, 2025βKB5058502 (OS 22621.5413 and 22631.5413) Preview - Microsoft Support](https://support.microsoft.com/en-us/topic/may-27-2025-kb5058502-os-22621-5413-and-22631-5413-preview-6291789c-1eea-4227-9740-a701af6de688)
* 24H2: [May 28, 2025βKB5058499 (OS Build 26100.4202) Preview - Microsoft Support](https://support.microsoft.com/en-us/topic/may-28-2025-kb5058499-os-build-26100-4202-preview-d4c2f1ee-8138-4038-b705-546945076f92)
To see known issues, please check the release health dashboard: [Windows release health | Microsoft Learn](https://learn.microsoft.com/windows/release-health/).
24H2 is rolling out, so you may not have it yet. Please see here for more details: [How to get new experiences for Windows 11 | Windows Experience Blog](https://blogs.windows.com/windowsexperience/2024/10/01/how-to-get-new-experiences-for-windows-11/)
https://redd.it/1l84hw5
@r_Windows
Docs
Windows message center