blob: f197a8906e45d5f6ff181fbd2536b98c86dfde14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# X
setxkbmap -option caps:escape
setxkbmap -option compose:ralt
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
xinput set-prop "MOSART Semi. 2.4G Wireless Mouse" "libinput Accel Speed" -1
xsetroot -cursor_name left_ptr
xsetroot -solid "#1f1f1f"
#exec dwm
exec i3
|