Skip to content

QazmoQwerty/dskmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dskmgr

Two dimensional, dynamic desktop/workspace manager for bspwm.

Description

Dskmgr handles bspwm operations such as creating new desktops, focusing desktops and moving around based on directions. For example, it can allow your desktop layout to look like this:

[0-2]       [2-2]
[0-1]       [2-1] [3-1]
[0-0] [1-0] [2-0] [3-0]

Where each number pair is a unique desktop, and you can navigate around in 4 directions. The program also remembers you vertical position's history, so if you were in [0-1] and moved right to 1-0, when you will move left again you will return to [0-1] rather than [0-0].

Install

python3 -m pip install dskmgr

Usage

Put dskmgrd & in you bspwmrc, and then change you desktop-managing shortcuts to use dskmgr rather than bspc.

TODOs

  • Add proper tests.

  • Improve logging support in dskmgrd.

  • Add a flag to the new-x and new-y commands which makes them print out the name of the created desktop.

  • Add a "hidden desktop" feature - desktops which can only be entered with something like dskmgr move --hidden DESKTOP_NAME.

  • Fix bug when a window from a non-focused desktop steals focus (bspwm changes the focused desktop but dskmgrd doesn't notice).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published