summaryrefslogtreecommitdiff
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
|
* bindings: add a binding for muteAnton Khirnov2021-06-04
|
* pager: add indicators for window status (maximized, floating)Anton Khirnov2021-06-04
|
* pager: factorize setting client textAnton Khirnov2021-06-04
|
* bindings: add bindings for switching screen by directionAnton Khirnov2021-05-29
|
* 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
|
* bindings: add focusing clients by direction + focus masterAnton Khirnov2021-05-28
|
* bindings: free up h/l for future useAnton Khirnov2021-05-28
| | | | | | | | Use [Control] + ,/. to set master/column count. Use [Control] + [/] to change master area/swap clients. Drop the urgent jumpto binding, it does not play well with my workspace layout. Should be reimplemented at some point.
* theme: make backgrounds transparentAnton Khirnov2021-03-07
|
* rc: rename variable to reflect its useAnton Khirnov2021-03-07
|
* bindings: stop using deprecated prompt.run argumentsAnton Khirnov2021-03-07
|
* rc: drop useless layout with just one childAnton Khirnov2021-03-07
|
* workspace: stop using deprecated functionsAnton Khirnov2021-02-25
|
* bindings: try to preserve the screen during various movesAnton Khirnov2021-02-25
|
* workspace: add a fixme commentAnton Khirnov2021-02-25
|
* pager: mark urgent clients on all pagersAnton Khirnov2021-02-25
|
* 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.
* pager: style urgent clientsAnton Khirnov2021-02-25
|
* pager: granular page modificationAnton Khirnov2021-02-25
| | | | | Do not rebuild the entire page each time the client list changes, add/remove clients individually.
* bindings: use Control instead of Alt for swapping screen contentsAnton Khirnov2021-01-24
|
* bindings: switch focus to target after swapping screensAnton Khirnov2020-12-02
|
* bindings: add keys for switching to empty page on given deskAnton Khirnov2020-12-02
|
* bindings: use mod-\ for switching layoutsAnton Khirnov2020-12-02
|
* bindings: fix/improve desktop-switchingAnton Khirnov2020-12-02
| | | | | | | Fix accessing desktops 11/12, as F11/F12 keycodes are discontinous with F1-F10. Add a set of bindings to send a client to specified desk.
* bindings: fix/improve comments for page handlingAnton Khirnov2020-12-02
|
* bindings: add bindings to swap contents of two desksAnton Khirnov2020-12-02
|
* workspace: pre-create desktopsAnton Khirnov2020-12-02
| | | | | Allows them to be used before they are viewed (e.g. when clients are sent to them).
* workspace: add a function to find an empty page on deskAnton Khirnov2020-12-02
|
* bindings: add bindings for moving clients between adjacent desktop pagesAnton Khirnov2020-12-02
|
* bindings: drop prompt functions I do not useAnton Khirnov2020-12-02
|
* bindings: use shift+h/l to swap clients on a pageAnton Khirnov2020-12-02
| | | | Currently bound shift+j/k will be used for other purposes.
* pager: improve marking visible pagesAnton Khirnov2020-12-02
| | | | | | | | Use a new desktop signal - page:hide - to make updates work correctly in all cases. Mark pages of the same desktop displayed on other screens with a special color.
* workspace: use more easily parsable names for tags/pagesAnton Khirnov2020-12-02
|
* pager: use focused attributes for focused screenAnton Khirnov2020-12-02
|
* workspace: use delayed_call() for preserving focus after page switchAnton Khirnov2020-12-02
|
* bindings: add binding for lid close/openAnton Khirnov2020-11-23
|
* rc: add a systray to all screens.Anton Khirnov2020-11-18
| | | | It will only actually display on the primary one.
* bindings: allow locking with XF86ScreenSaver keyAnton Khirnov2020-11-09
|
* rc: update client rulesAnton Khirnov2020-11-09
| | | | Drop unused ones, replace mplayer with mpv.
* pager: check that the page change is on our screenAnton Khirnov2020-11-09
|
* rc: reduce the clock date font sizeAnton Khirnov2020-11-09
| | | | So it fits into a single line.