Ali Hatami Tajik
e94fca8ab4
Remove unneccessary imports
This reduces the overhead of running the script.
2 years ago
Ali Hatami Tajik
730cc2325f
Fix create-master system error
2 years ago
Ali Hatami Tajik
61c1f6aa7e
Add get_pointers_categorized
This function will filtered pointers for EZ useage in changemouse script
2 years ago
Ali Hatami Tajik
2d83018fcb
Refactor pointer generation
2 years ago
Ali Hatami Tajik
f114fe248b
Reformat python scripts
2 years ago
Ali Hatami Tajik
e300bd486b
Rename util.common to util.x
2 years ago
Ali Hatami Tajik
611b0da8e6
Move files from xutil to util
2 years ago
Ali Hatami Tajik
dc9db72e57
Fix mouse change bug
BUG: script does not take effect when script is run
---
Test Scenario: Two mouse are attached to the different masters and
then we execute the script
Expected Behavior: both mouses reattach to the Virtual core
Problem: filter in the for-loop gathered all masters not slaves
2 years ago
Ali Hatami Tajik
a62a616898
Refactor with autopep8
2 years ago
Ali Hatami Tajik
da0a4c180f
Add get_pointers
Because:
+ we need this functionality to list pointers and operate on them later
+ this list can be filtered later with less string computations
2 years ago
Ali Hatami Tajik
bc14590858
Add Pointer class
This class is a wrapper around xinput results. At this point it has
common attributes (name, id, master/slave).
2 years ago