domferr / domferr/tilingshell

[Need help] Configuration to make it like Windows?

Open
#361 3 comments 0 reactions 0 assignees View on GitHub
question
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.