From d2fce5980a5f5c2ce7864003771443f133cef5b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 25 Nov 2018 12:36:01 +1300 Subject: Use full "mouse" for xset(1) call in ~/.xinitrc From xset(1): > The m option controls the mouse parameters; it may be abbreviated to > 'm'. --- X/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X') diff --git a/X/xinitrc b/X/xinitrc index 6f2ad45f..e86cac4d 100644 --- a/X/xinitrc +++ b/X/xinitrc @@ -5,7 +5,7 @@ xrdb "$HOME"/.Xresources # Faster mouse acceleration with a natural threshold -xset m 5/2 0 +xset mouse 5/2 0 # Load all supplementary scripts in ~/.xinitrc.d for sh in "$HOME"/.xinitrc.d/*.sh ; do -- cgit v1.2.3 '>index : dotfiles.git
Personal scripts and configuration filesTom Ryder
aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/auto_backupdir.vim
blob: d15c3150b06752c259a46ebe2c02181719b040a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55