Skip to content

Instantly share code, notes, and snippets.

@mmitou
Created June 17, 2014 09:42
Show Gist options
  • Select an option

  • Save mmitou/36bbbbb66ad4c3605205 to your computer and use it in GitHub Desktop.

Select an option

Save mmitou/36bbbbb66ad4c3605205 to your computer and use it in GitHub Desktop.
# カーソルを矢印にする
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