Git Product home page Git Product logo

workspacer's Introduction

Stable action status

a tiling window manager for Windows 10+


Stable action status Unstable action status


workspacer is a tiling window manager for Windows 10+, similar in style and function to common unix tiling window managers (dwm, i3, xmonad).

Installation

Winget

winget install --id=rickbutton.workspacer  -e

Chocolatey

choco install workspacer

Scoop

scoop bucket add extras
scoop install workspacer

This is enough to get started - to see more info, check out the quick start guide!

Customization

Adapt workspacer to your workflow using its rich scriptable API.

Workspacer provides sensible defaults with low code:

Action<IConfigContext> doConfig = (context) =>
{
    // Uncomment to switch update branch (or to disable updates)
    //context.Branch = Branch.None;

    context.AddBar();
    context.AddFocusIndicator();
    var actionMenu = context.AddActionMenu();

    context.WorkspaceContainer.CreateWorkspaces("1", "2", "3", "4", "5");
    context.CanMinimizeWindows = true; // false by default
};
return doConfig;

This gives you a full experience, but you can read the config page to see the full gambit of available options.

Check out the wiki to see other users' configurations and post your own!

Contributing

Thanks for your interest in contributing!

Review the code of conduct and submit a pull request!

Community

You may join in our unofficial community chat hosted on the matrix-platform.

Our community can be found on #workspacer-community:matrix.org.

workspacer's People

Contributors

dependabot[bot] avatar josteink avatar sitiom avatar dalyisaac avatar rickbutton avatar tlsomers avatar beeryshklar avatar haoxiangliew avatar janthor avatar denjukebox avatar n1x0 avatar jcallicoat avatar lvlts avatar msylvia avatar oldkros avatar derekthecool avatar blazkowolf avatar blalande avatar alexnguyennn avatar zweihander-main avatar yesseri avatar wkpalan avatar tom-tan avatar pireax avatar nocxr avatar neonlamp3 avatar marad avatar nidhoggr-nil avatar schiltz3 avatar dantearaujo1 avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.