[Need help] Configuration to make it like Windows?
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I really want to get Windows-like tiling hotkeys but have no clue how to do. My goal is to achieve something like this:
Starting window: is untiled. default window let's say...
> **Super + Left**
> makes it 1/2, left half of screen (only happens when window is untiled)
>> **Super + Up**
>> makes it 1/4 top left of screen
>> **Super + Down**
>> makes it 1/4 bottom left of screen
> **Super + Right**
> makes it 1/2, right half of screen (only happens when window is untiled)
>> **Super + Up**
>> makes it 1/4 top right of screen
>> **Super + Down**
>> makes it 1/4 bottom right of screen
to easy explain for the quarter states i will use ABCD (top left, bottom left, top right, bottom right)
in A -> Super + Right = restore, Super + Down = 1/2 left
in B -> Super + Right = restore, Super + Up = 1/2 left
in C -> Super + Left = restore, Super + Down = 1/2 right
in C -> Super + Left = restore, Super + Up = 1/2 right
in untiled (restore) state, pressing Super + Down will minimize, Super + Up will maximize.
**
So is it possible to make a boolean like ruleset for hotkeys? From the readme it felt like possible but i need a bit of idea from where to start
**
Contributor guide
Assessment
This issue has not been assessed yet.