aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Add macro support to WML.Josh Rahm2022-10-09
| | | | | | | | | | | | | | | | | Macros may be defined by using <M-d> <M-d>w begins defining a windowset macro <M-d>t begins defining a workspace macro The next character typed is the key chord to save the macro to. The next sequence of keys read up until the Return key is the macro value. This macro may then be used as WML objects. Macros are pretty primitive right now. I need to think about if it would be worthwhile to make these macros either take arguments or add some kind of state to WML a la sed to take a step to make the language Turing complete, and if such a development would actually be desirable. If anything it would be an academic exercise.
* Add :: object to tile windows onto a workspaceJosh Rahm2022-10-09
|
* Add : object to reference floating windowsJosh Rahm2022-10-09
|
* Fixup some readme thingsJosh Rahm2022-10-09
|
* Update readmeJosh Rahm2022-10-09
|
* Added more to the README. More on the way!!Josh Rahm2022-10-09
|
* Started to update the readme with better documentation.Josh Rahm2022-10-09
|
* First XMonad-JRahm CommitJosh Rahm2020-02-01
Have an install script to install XMonad-jrahm on the expected platform.