summaryrefslogtreecommitdiff
path: root/rc.lua
Commit message (Collapse)AuthorAge
* rc: scale systray icon size with DPIAnton Khirnov2021-06-11
|
* rc: drop remnants of menubar useAnton Khirnov2021-06-11
|
* rc: scale the panel width with screen DPIAnton Khirnov2021-06-10
|
* pager: scale vertically with available spaceAnton Khirnov2021-06-10
|
* rc: put new clients at the endAnton Khirnov2021-05-29
|
* rc: reduce indentation level by early returnAnton Khirnov2021-05-29
|
* rc: apply no_offscreen placement unconditionally to all clientsAnton Khirnov2021-05-29
| | | | Should never want offscreen clients.
* rc: move sloppy focus handling out of the manage callbackAnton Khirnov2021-05-29
| | | | | | Connect the focus-setting signal statically for all clients, the way it is done in the default rc. Might be more efficient, also does not clutter the manage callback.
* rc: give focus to newly-spawned clientsAnton Khirnov2021-05-29
|
* rc: always place new clients on the screen with the mouseAnton Khirnov2021-05-29
|
* rc: rename variable to reflect its useAnton Khirnov2021-03-07
|
* rc: drop useless layout with just one childAnton Khirnov2021-03-07
|
* rc: fix broken indentationAnton Khirnov2021-02-25
|
* Remove debugging prints.Anton Khirnov2021-02-25
| | | | | This functionality now works well enough, so they should not be necessarily anymore.
* rc: add a systray to all screens.Anton Khirnov2020-11-18
| | | | It will only actually display on the primary one.
* rc: update client rulesAnton Khirnov2020-11-09
| | | | Drop unused ones, replace mplayer with mpv.
* rc: reduce the clock date font sizeAnton Khirnov2020-11-09
| | | | So it fits into a single line.
* rc: tweak clock appearanceAnton Khirnov2020-11-07
|
* pager: do not inherit from widget, rather make it a propertyAnton Khirnov2020-06-20
|
* rc: drop global mouse bindingsAnton 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
|
* rc: drop disabled titlebar codeAnton Khirnov2018-10-12
|
* 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
|
* Update for awesome 4.Anton 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 functionality for desktop renaming.Anton Khirnov2017-02-07
|
* Basic support for desktops/pages.Anton Khirnov2017-01-26
|
* Initial commit.Anton Khirnov2016-12-25