JigsawWM icon indicating copy to clipboard operation
JigsawWM copied to clipboard

JigsawWM is a dynamic window manager for Windows10/11 just like the suckless dwm for the X

Results 9 JigsawWM issues
Sort by recently updated
recently updated
newest added

Hi again, I just updated to the latest commit on `main` branch in order to prepare a small PR, but sadly, `jigsawwm` throws an error. Now, the error occurs **before**...

->C:\Users\nahid ⚡ python C:\Users\nahid\JigsawWM\examples\wm.pyw ------------------------------------------------------------------------------------------ wm.pyw 5 from jigsawwm import daemon, ui ImportError: cannot import name 'ui' from 'jigsawwm' (C:\Users\nahid\scoop\apps\python\current\Lib\site-packages\jigsawwm\__init__.py)

Hi, I have tried to get this working on Windows 11 and Windows 10, each time the experience was the same. Installing jigsawwm from PIP and trying to use the...

When pressing sequences of keys, it would be expected that the keyboard interface behaves exactly as the native Windows keyboard interface does. This means that slow and fast typists would...

Hi, first of all: AMAZING work you did!!! I just stumbled across your project, today. And as I myself started writing a very much related application, a couple of years...

Hello, First, big thanks for your work and this application. I was looking for tiling windows manager which is natural for me and I found :D My environment: - Python...

Hi, when starting `nnako.pyw` from the examples folder, I can cycle through the existing "themes" using ` + + `. The desired main theme for my process would be `static_bigscreen_8`....

Hi @klesh , could you explain the three concepts for - `theme`, - `tiler` and - `layout` and their relation to each other? Maybe even in relation to further (more...

when i try and run wm.py i get AttributeError: module 'jigsawwm.daemon' has no attribute 'ThreadedService' at services.pyw line 18 ```py class CaffeineService(daemon.ThreadedService): name = "Caffeine" autorun = False ``` and...