i3blocks-config/scripts/tabletmode

7 lines
138 B
Plaintext
Raw Permalink Normal View History

2024-02-08 18:36:37 -05:00
#!/bin/sh
xinput disable 12
xinput float 13
2024-11-25 16:16:17 -05:00
dunstify "Tablet Mode" "Tablet mode is now enabled"
export TABLET_MODE_ENABLED="Tablet Mode"