-
This *$% script requires to access the user Xauthority file and the display environment variable to work. For now, they are hard coded but probably can be computed on demand. Need more investigations but I'm too tired.
-
Add a 'help' and an 'init' action. Update the default configuration file. Write the Readme.
-
- toggle_mode (between absolute and relative) - rotate (clockwise) - increase_sensitivity - decrease_sensitivity - increase_sensitivity - power_status (not implemented yet) - pad_button (wrapper associated with tablet button)
-
Define also a "not assign" notification.
-
Adding a notification function as well as a usage message. The functions starting by "_wacom_" will not be available outside from the script. The functions starting by "wacom_" will be the potential actions of the script. The global configuration file (if found) will be loaded, then the per user file (if found) can overwrite the global settings. If no configuration file is found, at least the notification icon and the delay will be set. For now, there is no available actions.
-
written in Snake Case. Those variables are (for now) the device names (PEN_STYLUS and PAD, based on the generic NAME), the button's ids (BUTTON_IDS), the notification icon (ICON) and the notification duration (NOTIFICATION_DURATION).