diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-12 13:08:24 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-12 13:08:24 -0700 |
| commit | 389950cb75a818f958f0df0b3a43365934a7c07a (patch) | |
| tree | 55047421e937bd0b289b893fce8572c9a0716ded /package.yaml | |
| parent | 01413256aeccdbfbbea1c10c2688322af8c8dc54 (diff) | |
| download | rde-389950cb75a818f958f0df0b3a43365934a7c07a.tar.gz rde-389950cb75a818f958f0df0b3a43365934a7c07a.tar.bz2 rde-389950cb75a818f958f0df0b3a43365934a7c07a.zip | |
Change swapMaster.
Swap master now swaps the master window with the prior master window if
swapMaster is called while the master window is focused.
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index e9e59d9..318a3af 100644 --- a/package.yaml +++ b/package.yaml @@ -20,3 +20,4 @@ dependencies: - X11 - split - mtl + - transformers |