i3blocks-config/scripts/laptopmode

7 lines
144 B
Plaintext
Raw Normal View History

2024-02-08 18:36:37 -05:00
#!/bin/bash
xinput enable 12
xinput reattach 13 3
2024-11-25 16:16:17 -05:00
dunstify "Laptop Mode" "Laptop mode is now enabled"
export TABLET_MODE_ENABLED="Laptop Mode"