summaryrefslogtreecommitdiff
path: root/bindings.lua
Commit message (Collapse)AuthorAge
* 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.
* bindings: bind Shift+qwe move clients to specific screenAnton Khirnov2020-04-08
|
* workspace: add desktops automaticallyAnton Khirnov2020-04-08
|
* Replace awful.util.table with gears.tableAnton Khirnov2020-04-08
|
* Use client:move_to_screen() instead of deprecated movetoscreenAnton Khirnov2020-04-08
|
* Replace deprecated awful.util.spawn with awful.spawn.Anton Khirnov2018-06-22
|
* Make sure windows are spawned on the current tag.Anton Khirnov2018-06-22
|
* Add vim-like j/k bindings for moving between pages.Anton Khirnov2017-10-10
|
* Add functionality for desktop renaming.Anton Khirnov2017-02-07
|
* Bind mod+Enter to making focused client master.Anton Khirnov2017-02-07
|
* Basic support for desktops/pages.Anton Khirnov2017-01-26
|
* Initial commit.Anton Khirnov2016-12-25