dotfiles/scripts/gtype
2025-09-20 20:17:31 -06:00

7 lines
135 B
Bash
Executable file

#!/bin/sh
if [ "$GDK_BACKEND" = "x11" ]; then
xdotool type --file -
elif [ "$GDK_BACKEND" = "wayland" ]; then
echo "add wtype"
fi