summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* utils: show a notification on mute/unmuteAnton Khirnov2021-10-26
|
* rc: use singleton notification helperAnton Khirnov2021-10-26
|
* utils: factor out singleton notificationsAnton Khirnov2021-10-26
|
* bindings: add a binding for toggling auto-muteAnton Khirnov2021-10-26
|
* bindings: capture errors from locking the screenAnton Khirnov2021-10-26
|
* bindings: factor out shifting current client up/downAnton Khirnov2021-10-26
|
* bindings: factor out swapping two screensAnton Khirnov2021-10-26
|
* rc: show notification on master_width_factor changeAnton Khirnov2021-09-26
|
* pager: show page numbers in the backgroundAnton Khirnov2021-06-14
|
* rc: notify on new values of tag propertiesAnton Khirnov2021-06-13
|
* rc: stop calling pager:set_desktop() manuallyAnton Khirnov2021-06-12
| | | | Just switch to the initial desktop after creating the pager.
* pager: accept workspace in the constructorAnton Khirnov2021-06-12
| | | | | Connect the desktop:view signal internally, instead of having the caller (tasklist creating code) do it.
* workspace: pass the desktop to desktop:view signalAnton Khirnov2021-06-12
| | | | | Not its index. This is more convenient to use.
* rc: display the layout indicator at tray icon sizeAnton Khirnov2021-06-11
|
* 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).