7 lines
138 B
Bash
Executable File
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"
|