summaryrefslogtreecommitdiff
path: root/bindings.lua
Commit message (Collapse)AuthorAge
* utils: add logging functionsAnton Khirnov2023-01-05
|
* bindings: add a binding for toggling the current randr outputAnton Khirnov2021-11-14
|
* bindings: use XF86ScreenSaver without modkeys to screenlockAnton Khirnov2021-11-02
| | | | | That key has no other function and requires a fn- mod on the laptop anyway.
* utils: show a notification on changing audio volumeAnton Khirnov2021-11-01
|
* utils: show a notification on mute/unmuteAnton 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
|
* bindings: add a binding for muteAnton Khirnov2021-06-04
|
* bindings: add bindings for switching screen by directionAnton 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.
* bindings: stop using deprecated prompt.run argumentsAnton Khirnov2021-03-07
|
* bindings: try to preserve the screen during various movesAnton Khirnov2021-02-25
|
* 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
|
* 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.
* bindings: add binding for lid close/openAnton Khirnov2020-11-23
|
* bindings: allow locking with XF86ScreenSaver keyAnton Khirnov2020-11-09
|
* bindings: add bindings for (un)maximizingAnton Khirnov2020-11-07
|
* 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