summaryrefslogtreecommitdiff
path: root/workspace.lua
Commit message (Collapse)AuthorAge
* pager: display more information in the titleAnton Khirnov2020-11-07
|
* workspace: avoid unnecessary page stealingAnton Khirnov2020-06-13
| | | | | | When switching to a different desktop, the current code would use the last-used tag even if it is currently displayed. Instead, keep a per-desktop stack of free tags and pick the first of those.
* workspace: merge with desktopAnton Khirnov2020-04-10
| | | | The desktop API is not really standalone anyway.
* workspace: add desktops automaticallyAnton Khirnov2020-04-08
|
* Use client:move_to_screen() instead of deprecated movetoscreenAnton Khirnov2020-04-08
|
* workspace: remove a call to deprecated add_signal()Anton Khirnov2018-07-03
|
* workspace: fix variable scope.Anton Khirnov2018-06-22
|
* Make variables local.Anton Khirnov2018-06-22
|
* Drop trailing whitespace.Anton Khirnov2017-10-10
|
* Update for awesome 4.Anton Khirnov2017-10-10
|
* Add functionality for desktop renaming.Anton Khirnov2017-02-07
|
* Basic support for desktops/pages.Anton Khirnov2017-01-26