-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master into
fig
and new lints (#32)
* Implement the pertag patch for dwm (#23) * add Pertag and allocate one when creating a Monitor * update focusstack and setlayout * update togglebar, setmfact, and toggleview * update view * actually capture the chained assignment semantics * realize that I had two separate view functions, clippy for mem::swap * fix off-by-one this was clear in the patch, but I just didn't include the +1. symptom was a crash when trying to access tag 9 * make isfullscreen bool * Implement window swallowing (#24) * update Rule struct, add st example * update Client * make isfloating bool * impl swallow, add XCON * impl unswallow * progress on swallowing with horrifying process management * finish swallowing? * delete unused xcon * Add scratchpad patch (#25) * work on scratchpad * finish scratchpad * fix width -> height * try another found approach currently it always spawns a new scratchpad instead of toggling * fix duplicate pertag * fix duplicate scratchtag code * move fig to git dep for CI * handle newly-denied references to static mut https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html
- Loading branch information
Showing
4 changed files
with
56 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters