From dcb64af5bc4d23c54745b0a2b562cef048fc23a2 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 11 Apr 2016 08:36:10 -0400 Subject: Add tmux.conf and (no longer used) screenrc --- .screenrc | 14 ++++++++++++++ .tmux.conf | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .screenrc create mode 100644 .tmux.conf diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..4cbe631 --- /dev/null +++ b/.screenrc @@ -0,0 +1,14 @@ +defutf8 on +encoding UTF-8 +vbell off +defnonblock 5 +backtick 1 10 10 /home/djm/bin/showmail.sh + +hardstatus alwayslastline "%{=}%{g}[ %{B}%D%d/%m%{W}%c:%s %{g}][%=%{w}%?%-Lw%?%{r}(%{W}%n*%f%?(%u)%?%{r})%{w}%?%+Lw%?%?%=%{g}][%=%1` ]" + + + +#hardstatus alwayslastline "%{=}%{g}[%{B} %D %d/%m%{W}%c:%s %{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}]%=%1`" +#hardstatus alwayslastline "%{=}%{g}[%{B} %D %d/%m%{W}%c:%s %{g}][%= %{w}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][ %{W}:%l %{g}]" +#hardstatus alwayslastline "%{= kw}%?%-Lw%?%{= kw}%n*%f %t%?(%u)%?%{= kw}%?%+Lw%?%{= kw} %=%1` %c %m/%d/%Y" + diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..cfe79e7 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,35 @@ +unbind C-b +set -g prefix C-a +bind-key C-a last-window +bind-key a send-prefix + +set-window-option -g automatic-rename off +set-option -g allow-rename off + +set -g bell-action current + +set -g status-bg black +set -g status-fg white + +setw -g window-status-current-fg cyan +setw -g window-status-current-format "#[fg=red,bold][#[fg=default]#F#I:#W#F#[fg=red,bold]]#[default]" +setw -g window-status-format "#[fg=green]{#[default]#F#I:#W#F#[fg=green]}#[default]" + +set -g status-left-length 17 + +set -g status-interval 1 +#set -g status-left "#[fg=green](#[bold]#S#[nobold])#[fg=green,nobold]@#[bold]#H#[default]" + +## for sif +#set -g status-left "#[fg=green](#[bold]#S#[nobold])#[fg=green,nobold]@#[fg=magenta]#H#[default]" +#set -g status-right "#[fg=blue,bold]%a%d/%m#[fg=yellow]%H:%M:%S" + +## for tyr +#set -g status-left "#[fg=green](#[bold]#S#[nobold])#[fg=green,nobold]@#[fg=cyan]#H#[default]" +#set -g status-right "#[fg=blue,bold]%a%d/%m#[fg=yellow]%H:%M:%S" + +## for basil +#set -g status-left "#[fg=green](#[bold]#S#[nobold])#[fg=green,nobold]@#[fg=yellow]#H#[default]" +set -g status-left "#[fg=yellow]#H#[default]" +set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" + -- cgit 1.4.1-2-gfad0 d985a2c49ce554cefc8d2259fc5a61e4be5f94e'>root/doc/pydoc/ranger.gui.widgets.html
blob: 4ddbde768324dad229a929ef8457795c1b2fa158 (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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142