summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pager: display more information in the titleAnton Khirnov2020-11-07
|
* pager: remove unused argumentAnton Khirnov2020-11-07
|
* pager: cache desktop widgetsAnton Khirnov2020-11-07
| | | | Creating them anew all the time leads to large memory usage.
* pager: drop now-unnecessary init_data tableAnton Khirnov2020-11-07
|
* pager: declare Pager methods more cleanlyAnton Khirnov2020-11-07
|
* pager: do not reset the desktop when not necessaryAnton Khirnov2020-06-20
|
* pager: do not inherit from widget, rather make it a propertyAnton Khirnov2020-06-20
|
* 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.
* rc: drop global mouse bindingsAnton Khirnov2020-04-08
|
* bindings: bind Shift+qwe move clients to specific screenAnton Khirnov2020-04-08
|
* utils: work with screen objects rather than indicesAnton Khirnov2020-04-08
|
* desktop: drop deprecated add_signalAnton Khirnov2020-04-08
|
* workspace: add desktops automaticallyAnton Khirnov2020-04-08
|
* rc: avoid variable shadowingAnton Khirnov2020-04-08
|
* rc: convert the error text to stringAnton Khirnov2020-04-08
|
* rc: drop an unnecessary importAnton Khirnov2020-04-08
|
* Replace awful.util.table with gears.tableAnton Khirnov2020-04-08
|
* rc: place new clients on the screen where the mouse currently isAnton Khirnov2020-04-08
|
* Use client:move_to_screen() instead of deprecated movetoscreenAnton Khirnov2020-04-08
|
* pager: update widget names to non-deprecated onesAnton Khirnov2020-04-08
|
* pager: make sure we don't try to set a nil window titleAnton Khirnov2020-04-08
|
* rc: drop disabled titlebar codeAnton Khirnov2018-10-12
|
* workspace: remove a call to deprecated add_signal()Anton Khirnov2018-07-03
|
* rc: remove an unnecessary global pager tableAnton Khirnov2018-07-03
|
* rc: remove an unnecessary global layout widget tableAnton Khirnov2018-07-03
|
* rc: remove unused cruftAnton Khirnov2018-07-03
|
* workspace: fix variable scope.Anton Khirnov2018-06-22
|
* 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
|
* utils: export functions in a more compact mannerAnton 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
|
* pager: drop an unnecessary context variable.Anton Khirnov2017-10-10
|
* pager: make a variable localAnton Khirnov2017-10-10
|
* rc: drop a firefox ruleAnton Khirnov2017-10-10
|
* Create a desktop for each screen present at startup.Anton Khirnov2017-10-10
|
* 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