i3blocks-config/scripts/laptopmode
2024-11-25 16:16:17 -05:00

7 lines
144 B
Bash
Executable File

#!/bin/bash
xinput enable 12
xinput reattach 13 3
dunstify "Laptop Mode" "Laptop mode is now enabled"
export TABLET_MODE_ENABLED="Laptop Mode"