Louis-J / Zwm

a tiling window manager for windows os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zwm

An Auto-Tiling Window Manager for Windows OS

Feature

  • Virtual Desktop in Windows OS(use it not only in win 10)

    • Multiple Monitor support
  • Auto-Tiling!

    • A Basic Grid Layout
    • Float mode
    • More Layouts...
  • Plug-in support

    • State Save&Load Plug-in
    • Smart Gap
    • i3-like Bar
    • More Plug-in...
  • Very easy to use and customize

    • Change your setting in config.java
    • Or change the world in config.java(layouts, keybinds, ...)

TODO

  • solve bugs in current grid layout
  • solve bugs in current systemtray plug-in

Thanks to:

qtjambi

the qt binding for java

qtjambi

License.GPLv3

License.LGPLv21

my patched version with nativeFilter feature: qtjambi-with-nativeFilter

aho-corasick

a java implementation of the Aho-Corasick algorithm

used in my filters.

aho-corasick

License

workspacer

a tiling window manager for Windows 10

i read the source code and it inspired me a lot

workspacer

License

storm

i used the source code of the CompilingClassLoader.java

storm

License

Grid-Tiling-Kwin

a kwin script that automatically tiles windows

i use it in my manjaro KDE. i like the grid layout logic.

Grid-Tiling-Kwin

Why do you use java?

I'm a "c++ boy" and it's slow to compile and a little boring to struggle with bugs in c++. I also want to try and study a new language.

Default Config

Default Virtual Desk Config

4 Virtual Desk, the layouts are grid layout

Default ShortCuts

"Exit The Program": left Alt, Q

"Debug VD info": left Alt, X

"Turn Focused Window Left": left Alt, left Arrow,

"Turn Focused Window Right": left Alt, right Arrow,

"Turn Focused Window Up": left Alt, up Arrow,

"Turn Focused Window Down": left Alt, down Arrow,

"Close Focused Window": left Alt, Esc,

"Minimize Focused Window": left Alt, A,

"Switch Focused Monitor to Virtual Desk x(1-9)": left Alt, 1-9,

"Move Focused Window to Virtual Desk x(1-9)": left Alt | left Ctrl, 1-9

"Switch Focused Monitor to Previous Virtual Desk": left Alt | left Ctrl, left Arrow,

"Switch Focused Monitor to Next Virtual Desk": left Alt | left Ctrl, right Arrow,

"Move Focused Window to Previous Virtual Desk": left Alt | left Ctrl | left Win, left Arrow,

"Move Focused Window to Next Virtual Desk": left Alt | left Ctrl | left Win, right Arrow,

"Reset Layout of Focused Virtual Desk": left Alt, R,

"Expand the Area of Focused Window": left Alt, +,

"Shrink the Area of Focused Window": left Alt, -,

About

a tiling window manager for windows os

License:MIT License


Languages

Language:Java 100.0%