diff options
| author | 2015-07-27 23:13:33 +0200 | |
|---|---|---|
| committer | 2015-07-27 23:13:33 +0200 | |
| commit | c98022c674f2ff2028e94523a947c6995837fa95 (patch) | |
| tree | fd0232e019928fe5fb4ac5f3d4586f5999d2ea89 /weechat/.weechat | |
| parent | d62d45d996c26fffe7dcefc2344e2a8b25ab5b4e (diff) | |
| download | dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.gz dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.bz2 dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.zip | |
Updated tmux, weechat and xorg configs
Diffstat (limited to 'weechat/.weechat')
| -rw-r--r-- | weechat/.weechat/alias.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/aspell.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/charset.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/exec.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/irc.conf | 5 | ||||
| -rw-r--r-- | weechat/.weechat/logger.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/plugins.conf | 3 | ||||
| -rw-r--r-- | weechat/.weechat/relay.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/script.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/script/plugins.xml.gz | bin | 0 -> 97291 bytes | |||
| -rw-r--r-- | weechat/.weechat/trigger.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.conf | 11 | ||||
| -rw-r--r-- | weechat/.weechat/xfer.conf | 2 |
13 files changed, 25 insertions, 12 deletions
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 = "" | |||
| 129 | proxy = "" | 129 | proxy = "" |
| 130 | realname = "" | 130 | realname = "" |
| 131 | sasl_fail = continue | 131 | sasl_fail = continue |
| 132 | sasl_key = "" | ||
| 132 | sasl_mechanism = plain | 133 | sasl_mechanism = plain |
| 133 | sasl_password = "" | 134 | sasl_password = "" |
| 134 | sasl_timeout = 15 | 135 | sasl_timeout = 15 |
| @@ -156,6 +157,7 @@ freenode.capabilities | |||
| 156 | freenode.sasl_mechanism | 157 | freenode.sasl_mechanism |
| 157 | freenode.sasl_username | 158 | freenode.sasl_username |
| 158 | freenode.sasl_password | 159 | freenode.sasl_password |
| 160 | freenode.sasl_key | ||
| 159 | freenode.sasl_timeout | 161 | freenode.sasl_timeout |
| 160 | freenode.sasl_fail | 162 | freenode.sasl_fail |
| 161 | freenode.autoconnect = on | 163 | freenode.autoconnect = on |
| @@ -193,6 +195,7 @@ geekshed.capabilities | |||
| 193 | geekshed.sasl_mechanism | 195 | geekshed.sasl_mechanism |
| 194 | geekshed.sasl_username | 196 | geekshed.sasl_username |
| 195 | geekshed.sasl_password | 197 | geekshed.sasl_password |
| 198 | geekshed.sasl_key | ||
| 196 | geekshed.sasl_timeout | 199 | geekshed.sasl_timeout |
| 197 | geekshed.sasl_fail | 200 | geekshed.sasl_fail |
| 198 | geekshed.autoconnect = on | 201 | geekshed.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] |
| 6 | fifo.fifo = "on" | 6 | fifo.fifo = "on" |
| 7 | guile.check_license = "off" | ||
| 7 | lua.check_license = "off" | 8 | lua.check_license = "off" |
| 8 | perl.check_license = "off" | 9 | perl.check_license = "off" |
| 9 | python.check_license = "off" | 10 | python.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 = "--" | |||
| 97 | prefix_quit = "<--" | 97 | prefix_quit = "<--" |
| 98 | prefix_same_nick = "" | 98 | prefix_same_nick = "" |
| 99 | prefix_suffix = "|" | 99 | prefix_suffix = "|" |
| 100 | quote_nick_prefix = "<" | ||
| 101 | quote_nick_suffix = ">" | ||
| 102 | quote_time_format = "%H:%M:%S" | ||
| 100 | read_marker = line | 103 | read_marker = line |
| 101 | read_marker_always_show = off | 104 | read_marker_always_show = off |
| 102 | read_marker_string = "- " | 105 | read_marker_string = "- " |
| @@ -114,6 +117,8 @@ window_auto_zoom = off | |||
| 114 | window_separator_horizontal = on | 117 | window_separator_horizontal = on |
| 115 | window_separator_vertical = on | 118 | window_separator_vertical = on |
| 116 | window_title = "WeeChat ${info:version}" | 119 | window_title = "WeeChat ${info:version}" |
| 120 | word_chars_highlight = "!\u00A0,-,_,|,alnum" | ||
| 121 | word_chars_input = "!\u00A0,-,_,|,alnum" | ||
| 117 | 122 | ||
| 118 | [palette] | 123 | [palette] |
| 119 | 124 | ||
| @@ -365,6 +370,10 @@ meta-9 = "/buffer *9" | |||
| 365 | meta-< = "/input jump_previously_visited_buffer" | 370 | meta-< = "/input jump_previously_visited_buffer" |
| 366 | meta-= = "/filter toggle" | 371 | meta-= = "/filter toggle" |
| 367 | meta-> = "/input jump_next_visited_buffer" | 372 | meta-> = "/input jump_next_visited_buffer" |
| 373 | meta-H = "/window left" | ||
| 374 | meta-J = "/window down" | ||
| 375 | meta-K = "/window up" | ||
| 376 | meta-L = "/window right" | ||
| 368 | meta-OA = "/input history_global_previous" | 377 | meta-OA = "/input history_global_previous" |
| 369 | meta-OB = "/input history_global_next" | 378 | meta-OB = "/input history_global_next" |
| 370 | meta-OC = "/input move_next_word" | 379 | meta-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] |
