aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-27 23:13:33 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-27 23:13:33 +0200
commitc98022c674f2ff2028e94523a947c6995837fa95 (patch)
treefd0232e019928fe5fb4ac5f3d4586f5999d2ea89
parentd62d45d996c26fffe7dcefc2344e2a8b25ab5b4e (diff)
downloaddotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.gz
dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.bz2
dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.zip
Updated tmux, weechat and xorg configs
-rw-r--r--tmux/.tmux.conf3
-rw-r--r--weechat/.weechat/alias.conf2
-rw-r--r--weechat/.weechat/aspell.conf2
-rw-r--r--weechat/.weechat/charset.conf2
-rw-r--r--weechat/.weechat/exec.conf2
-rw-r--r--weechat/.weechat/irc.conf5
-rw-r--r--weechat/.weechat/logger.conf2
-rw-r--r--weechat/.weechat/plugins.conf3
-rw-r--r--weechat/.weechat/relay.conf2
-rw-r--r--weechat/.weechat/script.conf2
-rw-r--r--weechat/.weechat/script/plugins.xml.gzbin0 -> 97291 bytes
-rw-r--r--weechat/.weechat/trigger.conf2
-rw-r--r--weechat/.weechat/weechat.conf11
-rw-r--r--weechat/.weechat/xfer.conf2
-rw-r--r--xorg/.Xresources5
15 files changed, 30 insertions, 15 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index a0123c0..c57ee50 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -6,4 +6,5 @@ bind-key ` send-prefix
6 6
7bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." 7bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
8 8
9status-bg red 9set -g status-bg default
10set -g status-fg default
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
index a4c30eb..069fc02 100644
--- a/weechat/.weechat/alias.conf
+++ b/weechat/.weechat/alias.conf
@@ -1,5 +1,5 @@
1# 1#
2# alias.conf -- weechat v1.1.1 2# weechat -- alias.conf
3# 3#
4 4
5[cmd] 5[cmd]
diff --git a/weechat/.weechat/aspell.conf b/weechat/.weechat/aspell.conf
index 0f35241..c3d12dc 100644
--- a/weechat/.weechat/aspell.conf
+++ b/weechat/.weechat/aspell.conf
@@ -1,5 +1,5 @@
1# 1#
2# aspell.conf -- weechat v1.1.1 2# weechat -- aspell.conf
3# 3#
4 4
5[color] 5[color]
diff --git a/weechat/.weechat/charset.conf b/weechat/.weechat/charset.conf
index c319dd3..99a90d5 100644
--- a/weechat/.weechat/charset.conf
+++ b/weechat/.weechat/charset.conf
@@ -1,5 +1,5 @@
1# 1#
2# charset.conf -- weechat v1.1.1 2# weechat -- charset.conf
3# 3#
4 4
5[default] 5[default]
diff --git a/weechat/.weechat/exec.conf b/weechat/.weechat/exec.conf
index f7f6212..39f1929 100644
--- a/weechat/.weechat/exec.conf
+++ b/weechat/.weechat/exec.conf
@@ -1,5 +1,5 @@
1# 1#
2# exec.conf -- weechat v1.1.1 2# weechat -- exec.conf
3# 3#
4 4
5[command] 5[command]
diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf
index c4e7ec0..d8d65d5 100644
--- a/weechat/.weechat/irc.conf
+++ b/weechat/.weechat/irc.conf
@@ -1,5 +1,5 @@
1# 1#
2# irc.conf -- weechat v1.1.1 2# weechat -- irc.conf
3# 3#
4 4
5[look] 5[look]
@@ -129,6 +129,7 @@ password = ""
129proxy = "" 129proxy = ""
130realname = "" 130realname = ""
131sasl_fail = continue 131sasl_fail = continue
132sasl_key = ""
132sasl_mechanism = plain 133sasl_mechanism = plain
133sasl_password = "" 134sasl_password = ""
134sasl_timeout = 15 135sasl_timeout = 15
@@ -156,6 +157,7 @@ freenode.capabilities
156freenode.sasl_mechanism 157freenode.sasl_mechanism
157freenode.sasl_username 158freenode.sasl_username
158freenode.sasl_password 159freenode.sasl_password
160freenode.sasl_key
159freenode.sasl_timeout 161freenode.sasl_timeout
160freenode.sasl_fail 162freenode.sasl_fail
161freenode.autoconnect = on 163freenode.autoconnect = on
@@ -193,6 +195,7 @@ geekshed.capabilities
193geekshed.sasl_mechanism 195geekshed.sasl_mechanism
194geekshed.sasl_username 196geekshed.sasl_username
195geekshed.sasl_password 197geekshed.sasl_password
198geekshed.sasl_key
196geekshed.sasl_timeout 199geekshed.sasl_timeout
197geekshed.sasl_fail 200geekshed.sasl_fail
198geekshed.autoconnect = on 201geekshed.autoconnect = on
diff --git a/weechat/.weechat/logger.conf b/weechat/.weechat/logger.conf
index 03c06dc..89fed53 100644
--- a/weechat/.weechat/logger.conf
+++ b/weechat/.weechat/logger.conf
@@ -1,5 +1,5 @@
1# 1#
2# logger.conf -- weechat v1.1.1 2# weechat -- logger.conf
3# 3#
4 4
5[look] 5[look]
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index f7ebd7d..2281e88 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -1,9 +1,10 @@
1# 1#
2# plugins.conf -- weechat v1.1.1 2# weechat -- plugins.conf
3# 3#
4 4
5[var] 5[var]
6fifo.fifo = "on" 6fifo.fifo = "on"
7guile.check_license = "off"
7lua.check_license = "off" 8lua.check_license = "off"
8perl.check_license = "off" 9perl.check_license = "off"
9python.check_license = "off" 10python.check_license = "off"
diff --git a/weechat/.weechat/relay.conf b/weechat/.weechat/relay.conf
index f5de350..e6de21c 100644
--- a/weechat/.weechat/relay.conf
+++ b/weechat/.weechat/relay.conf
@@ -1,5 +1,5 @@
1# 1#
2# relay.conf -- weechat v1.1.1 2# weechat -- relay.conf
3# 3#
4 4
5[look] 5[look]
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf
index a3d76b8..656c986 100644
--- a/weechat/.weechat/script.conf
+++ b/weechat/.weechat/script.conf
@@ -1,5 +1,5 @@
1# 1#
2# script.conf -- weechat v1.1.1 2# weechat -- script.conf
3# 3#
4 4
5[look] 5[look]
diff --git a/weechat/.weechat/script/plugins.xml.gz b/weechat/.weechat/script/plugins.xml.gz
new file mode 100644
index 0000000..2053ac3
--- /dev/null
+++ b/weechat/.weechat/script/plugins.xml.gz
Binary files differ
diff --git a/weechat/.weechat/trigger.conf b/weechat/.weechat/trigger.conf
index b894380..a2667e8 100644
--- a/weechat/.weechat/trigger.conf
+++ b/weechat/.weechat/trigger.conf
@@ -1,5 +1,5 @@
1# 1#
2# trigger.conf -- weechat v1.1.1 2# weechat -- trigger.conf
3# 3#
4 4
5[look] 5[look]
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 72f88af..3cf2b57 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -1,5 +1,5 @@
1# 1#
2# weechat.conf -- weechat v1.1.1 2# weechat -- weechat.conf
3# 3#
4 4
5[debug] 5[debug]
@@ -97,6 +97,9 @@ prefix_network = "--"
97prefix_quit = "<--" 97prefix_quit = "<--"
98prefix_same_nick = "" 98prefix_same_nick = ""
99prefix_suffix = "|" 99prefix_suffix = "|"
100quote_nick_prefix = "<"
101quote_nick_suffix = ">"
102quote_time_format = "%H:%M:%S"
100read_marker = line 103read_marker = line
101read_marker_always_show = off 104read_marker_always_show = off
102read_marker_string = "- " 105read_marker_string = "- "
@@ -114,6 +117,8 @@ window_auto_zoom = off
114window_separator_horizontal = on 117window_separator_horizontal = on
115window_separator_vertical = on 118window_separator_vertical = on
116window_title = "WeeChat ${info:version}" 119window_title = "WeeChat ${info:version}"
120word_chars_highlight = "!\u00A0,-,_,|,alnum"
121word_chars_input = "!\u00A0,-,_,|,alnum"
117 122
118[palette] 123[palette]
119 124
@@ -365,6 +370,10 @@ meta-9 = "/buffer *9"
365meta-< = "/input jump_previously_visited_buffer" 370meta-< = "/input jump_previously_visited_buffer"
366meta-= = "/filter toggle" 371meta-= = "/filter toggle"
367meta-> = "/input jump_next_visited_buffer" 372meta-> = "/input jump_next_visited_buffer"
373meta-H = "/window left"
374meta-J = "/window down"
375meta-K = "/window up"
376meta-L = "/window right"
368meta-OA = "/input history_global_previous" 377meta-OA = "/input history_global_previous"
369meta-OB = "/input history_global_next" 378meta-OB = "/input history_global_next"
370meta-OC = "/input move_next_word" 379meta-OC = "/input move_next_word"
diff --git a/weechat/.weechat/xfer.conf b/weechat/.weechat/xfer.conf
index 43d1444..39ac5bd 100644
--- a/weechat/.weechat/xfer.conf
+++ b/weechat/.weechat/xfer.conf
@@ -1,5 +1,5 @@
1# 1#
2# xfer.conf -- weechat v1.1.1 2# weechat -- xfer.conf
3# 3#
4 4
5[look] 5[look]
diff --git a/xorg/.Xresources b/xorg/.Xresources
index c5cb6c7..b7224c7 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -1,7 +1,7 @@
1!*dpi: 145 1*dpi: 96
2 2
3! Font and Fontsize 3! Font and Fontsize
4*faceName: Monospace 4*faceName: DeJaVu Sans Mono for Powerline, Book
5*faceSize: 10 5*faceSize: 10
6 6
7! Colors 7! Colors
@@ -43,3 +43,4 @@
43XTerm*termName: xterm-256color 43XTerm*termName: xterm-256color
44XTerm*selectToClipboard: true 44XTerm*selectToClipboard: true
45XTerm*metaSendsEscape: true 45XTerm*metaSendsEscape: true
46XTerm*background: #2F343B