dotfiles/scripts/inputplug_handler
2026-01-10 14:08:57 +01:00

9 lines
152 B
Bash
Executable File

#!/usr/bin/bash
event="$1"
type="$3"
if [[ "$event" == "XIDeviceEnabled" && "$type" == "XISlaveKeyboard" ]]; then
~/.dotfiles/scripts/mod_keys
fi