http://askubuntu.com/questions/537002/how-to-quickly-enable-disable-touchpad-in-xubuntu-14-04-without-installing-other
#!/bin/bash
# toggle state of synaptics touchpad
tpid=`xinput list | grep ETPS | sed 's/.*id\=\([0-9]\+\).*/\1/g'`
declare -i status
status=`xinput list-props ${tpid} | grep Device\ Enabled | sed -e 's/.*\:[ \t]\+//g'`
if [ 0 -eq ${status} ] ; then
xinput enable ${tpid}
else
xinput disable ${tpid}
fi
피드 구독하기:
댓글 (Atom)
sddm change theme arch
/etc/sddm.conf.d/kde_settings.conf Current=maya
-
Requirements PC text editor vscode, notepad++, sublime text, atom, whatever... image editor gimp, MS paint, photoshop, ... too...
-
turn off secure boot security -> secure boot secure boot -> disabled reset to setup mode install archlabs install packages ...
-
https://pragmagic.github.io/godot-nim/master/index.html install nim, nimble install nake with nimble nimble install nake nake build (nim 코드 ...
댓글 없음:
댓글 쓰기