index
:
monitor-menu.git
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-23
Use a different mechanism to check if wayland is supported
HEAD
main
Olivier Gayot
2023-05-14
Update changelog for version 0.3
Olivier Gayot
2023-05-14
Actually use an instance of GraphicalServer, instead of just a string
Olivier Gayot
2023-05-14
Allow to specify the profiles file to use
Olivier Gayot
2023-05-14
When using the menu, do not exit after applying a profile
Olivier Gayot
2023-05-14
Add support for yaml configuration file
Olivier Gayot
2023-05-14
Update d/changelog for 0.2
Olivier Gayot
2023-05-14
Add Recommends for xrandr, wlr-randr and feh
Olivier Gayot
2023-05-14
Add support for wayland (no support for setting background)
Olivier Gayot
2023-02-11
Make it a debian package
Olivier Gayot
2023-02-11
Add support for matching against an identifier
Olivier Gayot
2023-02-11
Do not create a menu instance if we want to apply a profile
Olivier Gayot
2023-02-11
Use dataclasses instead of relying on untyped dicts
Olivier Gayot
2023-02-11
Drop use of docopt in favor of argparse
Olivier Gayot
2023-02-11
Raise an exception when profile not found
Olivier Gayot
2022-01-04
Remove unnecessary semicolon
Olivier Gayot
2021-12-23
Use automatic size for widgets
Olivier Gayot
2021-12-23
Explicitly ignore return code of subprocess
Olivier Gayot
2021-12-23
Wrap long lines
Olivier Gayot
2021-12-23
Get rid of global variable d
Olivier Gayot
2021-12-23
Use in operator instead of successive OR
Olivier Gayot
2021-12-23
Rename fd -> fh since it's a file handler, not descriptor
Olivier Gayot
2021-12-23
Reorder inclusion of modules
Olivier Gayot
2021-01-04
Add logging level option
Olivier Gayot
2020-03-09
Allow to have no 'background' configuration key
Olivier Gayot
2019-04-11
Fix crash when not running in batch mode
Olivier Gayot
2019-04-01
Allow to run in batch mode by specifying the profile ID
Olivier Gayot
2018-11-23
Honor the background property
Olivier Gayot
2018-11-23
Use list.extend instead of operator +=
Olivier Gayot
2018-07-04
Added basics for the script to run
Olivier Gayot
2018-07-04
Initial commit
Olivier Gayot