diff options
| author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-05-14 17:45:14 +0200 | 
|---|---|---|
| committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-05-14 17:45:14 +0200 | 
| commit | a3089dd842d1a0dc8dbcebb2701ee31eca88c2e0 (patch) | |
| tree | 1a90aa2c94a0bfdecffc3f441279ec7c154d6749 | |
| parent | 1b96abb10e167dee2e0468a2e20c6b7903c010aa (diff) | |
Add Recommends for xrandr, wlr-randr and feh
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
| -rw-r--r-- | debian/control | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debian/control b/debian/control index 099a01b..ebf7de7 100644 --- a/debian/control +++ b/debian/control @@ -13,4 +13,5 @@ Package: monitor-menu  Architecture: all  Pre-Depends: ${misc:Pre-Depends}  Depends: ${misc:Depends}, ${python3:Depends}, python3-dialog +Recommends: wlr-randr, xrandr, feh  Description: TUI application to manage monitor profiles | 
