Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 534 Bytes

automations

Install

git clone https://github.com/hrtshu/automations.git ~/automations && ~/automations/install

or

git clone https://github.com/hrtshu/dotfiles ~/dotfiles && ~/dotfiles/install

hooks for device events

  • device_event_hooks/
    • display_added.sh
      • no arguments
    • display_removed.sh
      • no arguments
    • usb_added.sh
      • first argument: 0411:02DA,0BDA:8153,1A40:0801 (example)
        • <vendorID>:<productId> (hex)
    • usb_removed.sh
      • the same as usb_added.sh