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