功能键方法
多数笔记本支持Fn+F6功能键可以禁用和启用触摸板。
也可以使用modprobe关闭触摸板
1 | sudo modprobe -r psmouse #关闭 |
或者安装touchpad-indicator软件
可以检测是否有插上鼠标来确定是否去关闭触摸板。1
2
3sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true