-
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.
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
- Loading branch information
Showing
3 changed files
with
118 additions
and
22 deletions.
There are no files selected for viewing
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