Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

khuedoan/sway-dynamic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sway-dynamic

When used on Sway, this adds a dynamic tiling feature similar to dwm:

In tiled layout windows are managed in a master and stacking area. The master area contains the window which currently needs most attention, whereas the stacking area contains all other windows.

+-------------+------------+
|             |     S1     |
|             +------------+
|      M      |     S2     |
|             +------------+
|             |     S3     |
+-------------+------------+

Usage

Simply run the program sway-dynamic. To start it automatically, put it in your sway config like this: exec sway-dynamic.

For more info run sway-dynamic --help.

Installation

TBD

Acknowledgments

  • Forked from ammgws/autotiling-rs, which alternates the container layout between horizontal and vertical for successive new containers
  • dwm's dynamic tiling layout

About

Dynamic window management for Sway WM (similar to dwm)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 84.7%
  • Nix 9.7%
  • Makefile 5.4%
  • Shell 0.2%