input: Add options to set tablet's active area (#5199)

* Add options to set tablet's active area

* Set tablet's active area in `setTabletConfigs`

* Fix formatting for new variables in ConfigManager

* Report tablet's physical size with hyprctl
This commit is contained in:
Khalid
2024-03-23 23:31:03 +03:00
committed by GitHub
parent 0dfdb6678f
commit 059e85ae69
5 changed files with 25 additions and 6 deletions

View File

@@ -217,6 +217,8 @@ struct STablet {
std::string boundOutput = "";
CBox activeArea;
//
bool operator==(const STablet& b) const {
return wlrDevice == b.wlrDevice;