mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
case $( /usr/bin/tty ) in
|
|
/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
|
|
esac
|