penrose_bbarker_contrib

Crates.iopenrose_bbarker_contrib
lib.rspenrose_bbarker_contrib
version0.1.2
sourcesrc
created_at2024-09-13 13:07:44.08689
updated_at2024-09-22 16:02:38.291899
descriptionVarious utilities (menus, functions, etc.) for use in a penrose window manager
homepage
repositoryhttps://github.com/bbarker/dotpenrose
max_upload_size
id1373635
size14,487
Brandon Elam Barker (bbarker)

documentation

README

penrose_bbarker_contrib

Various penrose tools that I use (or have used) in my penrose-based window manager. While the preference is to publish generally useful extensions and other code in the main penrose repository, there may be various reasons not to do so, or the code here may incubate a while before I attempt to move it over.

Misc

Utilities that don't have a better place to be are currently in lib.rs.

Logging

See log.rs and this blog post; it is opinionated in the sense that it currently has no way to configure it to log anywhere other than $HOME/.penrose.log, but this could likely be changed if there is interest.

Workspaces

See workspaces.rs for utilities relating to workspaces, such as retrieving workspace apps.

Menus

Several dmenu-rs-based menus I've written for navigation and common tasks, including a finder to locate a workspace by process name or window title.

Commit count: 108

cargo fmt