convertablet/configs/daemon-hooks/basestation-connected-hook
Yuki Joou 813aa15886 configs: Added example hooks for the daemon
This commit also adds documentation for hooks to the README
2023-07-14 20:14:51 +02:00

6 lines
145 B
Bash
Executable file

#!/bin/bash
notify-send "Basestation connected";
# Disable osk
gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false