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

7 lines
138 B
Bash
Executable File

#!/bin/sh
xinput disable 12
xinput float 13
dunstify "Tablet Mode" "Tablet mode is now enabled"
export TABLET_MODE_ENABLED="Tablet Mode"