about summary refs log tree commit diff stats
path: root/tools/conf/etc/skel
diff options
context:
space:
mode:
Diffstat (limited to 'tools/conf/etc/skel')
-rw-r--r--tools/conf/etc/skel/.gitconfig1
-rw-r--r--tools/conf/etc/skel/.vimrc6
-rw-r--r--tools/conf/etc/skel/.xinitrc16
3 files changed, 13 insertions, 10 deletions
diff --git a/tools/conf/etc/skel/.gitconfig b/tools/conf/etc/skel/.gitconfig
index 3af5f03..730d8d9 100644
--- a/tools/conf/etc/skel/.gitconfig
+++ b/tools/conf/etc/skel/.gitconfig
@@ -5,5 +5,6 @@
 	tool = vimdiff
 [merge]
 	tool = vimdiff
+	conflictstyle = diff3
 [difftool]
 	prompt = false
diff --git a/tools/conf/etc/skel/.vimrc b/tools/conf/etc/skel/.vimrc
index 2a45faf..0a3656d 100644
--- a/tools/conf/etc/skel/.vimrc
+++ b/tools/conf/etc/skel/.vimrc
@@ -110,7 +110,9 @@ map <F3> :tabprevious<CR>
 map <F4> :tabnext<CR>
 "
 "" Show Line Numbers
-set nu
+"" set nu
+"" Show Relative Line Numbers
+set relativenumber
 "set complete=.,b,u,]
 "set wildmode=longest,list:longest
 "set completeopt=menu,preview
@@ -145,7 +147,7 @@ autocmd BufWinLeave * call clearmatches()
 "" Finally, if you want an indent to correspond to a single tab, you should also use:
 ""set shiftwidth=4
 "" For indents that consist of 4 space characters but are entered with the tab key:
-set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
+set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
 "set list
 "" set past gives problems with tabs
 "" set paste
diff --git a/tools/conf/etc/skel/.xinitrc b/tools/conf/etc/skel/.xinitrc
index 6ccd340..379a315 100644
--- a/tools/conf/etc/skel/.xinitrc
+++ b/tools/conf/etc/skel/.xinitrc
@@ -1,13 +1,13 @@
-## Start the window manager
-
-xrandr -s 1366x768
-#xrandr --dpi 100
-#xrandr --output eDP1 --mode 1366x768
+#xrandr --output eDP1 --mode 1024x768
+#xrandr -s 1366x768
+#xrandr --dpi 73
+#xrandr --dpi 96
 #xgamma -gamma 0.8
-#syndaemon -d
 setxkbmap dvorak
+#syndaemon -d
+#
+## Start the window manager
 
 #exec openbox-session
-#exec dwm
-exec spectrwm
 #exec start-mate
+exec spectrwm
a title='Blame the previous revision' href='/akkartik/mu/blame/html/linux/ex4.subx.html?h=hlt&id=f7a7db83eff079d0494ded92fd73403d23a55538'>^
e0610e39 ^
bb2b6ba7 ^















695f9bf8 ^
bb2b6ba7 ^















3350c34a ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^
60338448 ^
a8fb537a ^
3350c34a ^
bb2b6ba7 ^
a0d3cac4 ^
d1c9392a ^
52daf072 ^



a0d3cac4 ^
52daf072 ^
695f9bf8 ^
a0d3cac4 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
3350c34a ^
a0d3cac4 ^








3350c34a ^
a0d3cac4 ^

3350c34a ^
a0d3cac4 ^

bb2b6ba7 ^



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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99