This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # obtain TrackPoint ID from xinput list | |
| TP_ID=$(xinput list | grep TrackPoint | cut -f 2 | grep -Eo '[0-9]{1,}') | |
| if [ -n "$TP_ID" ]; then | |
| # obtain properties from xinput list-props "$TP_ID" | |
| AS_ID=$(xinput list-props "$TP_ID" | grep 'libinput Accel Speed (' | cut -f 2 | grep -Eo '[0-9]{1,}') | |
| # set the speed you want | |
| xinput set-prop "$TP_ID" "$AS_ID" 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install xclip and add below lines to your shell rc file. | |
| alias pbcopy='xclip -selection clipboard' | |
| alias pbpaste='xclip -selection clipboard -o' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0'?> | |
| <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
| <fontconfig> | |
| <dir>~/.fonts</dir> | |
| <match target="font"> | |
| <edit mode="assign" name="antialias"> | |
| <bool>true</bool> | |
| </edit> | |
| </match> | |
| <alias> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 本人在此特地聲明: | |
| 本人樂觀開朗,身體健康,無任何使我困擾之慢性病或心理疾病,故絕不可能做出任何看似自殺之行為。 | |
| 本人從無睡眠困擾,故不需服用安眠藥。 | |
| 本人不酗酒亦不吸毒,也絕不會接近下列地點── | |
| 開放性水域 | |
| 無救生員之游泳池 | |
| 有高壓、危險氣體,或密閉式未經抽氣處理之地下室、蓄水池、水桶等 | |
| 無安全護欄之任何高處 |
NewerOlder