Socket
Socket
Sign inDemoInstall

stacki3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacki3

Stack layout for i3/sway wm.


Maintainers
1

stacki3

Simple stack layout for i3/sway wm.

How it works

The main idea is this - I only want max two columns on the screen. More windows should be spawn vertically.

Preview

(proportion set with stacki3 45)

stacki3 does only 3 things:

  • when there is only one window set split to horizontal
  • when there are exactly two windows set split to vertical on both windows
  • optionally when proportion is set with width argument (like in preview) resize the right window

That's it!

Instalation

  1. Install the package
pip install --user stacki3
  1. Inside your i3/sway config add
# Default with splitting 50:50
exec stacki3
# OR
# Split first two windows 55:45
exec stacki3 45
  1. Log out and log back in

Inspiration

i3-master-stack autotiling

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc