Created
June 17, 2014 09:42
-
-
Save mmitou/36bbbbb66ad4c3605205 to your computer and use it in GitHub Desktop.
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
| # カーソルを矢印にする | |
| xsetroot -cursor_name lft_ptr | |
| # キーボードマップをjpにする | |
| setxkbmap -layout jp | |
| # capslockをctrlに変更する | |
| setxkbmap -option ctrl:nocaps | |
| # mozc用 | |
| ibus-daemon & | |
| # xinput --list | |
| # set multi-touch emulation parameters | |
| xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 32 10 | |
| xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 32 8 | |
| xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Two-Finger Scrolling" 8 1 | |
| xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 8 1 1 | |
| # Set 1 2 and 3 finger taps | |
| xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 8 0 0 0 0 1 3 2 | |
| # | |
| exec xmonad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment