weechat
This commit is contained in:
parent
d0c620b61c
commit
73761b7be7
20 changed files with 1759 additions and 0 deletions
30
slackware/home/weechat/.weechat/urlgrab.conf
Normal file
30
slackware/home/weechat/.weechat/urlgrab.conf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#
|
||||
# weechat -- urlgrab.conf
|
||||
#
|
||||
# WARNING: It is NOT recommended to edit this file by hand,
|
||||
# especially if WeeChat is running.
|
||||
#
|
||||
# Use commands like /set or /fset to change settings in WeeChat.
|
||||
#
|
||||
# For more info, see: https://weechat.org/doc/quickstart/
|
||||
#
|
||||
|
||||
[color]
|
||||
color_bg_selected = green
|
||||
color_buffer = red
|
||||
color_buffer_selected = red
|
||||
color_time = cyan
|
||||
color_time_selected = cyan
|
||||
color_url = blue
|
||||
color_url_selected = blue
|
||||
|
||||
[default]
|
||||
copycmd = "xsel -i"
|
||||
historysize = 10
|
||||
localcmd = "xdg-open '%s'"
|
||||
method = "local"
|
||||
output_main_buffer = on
|
||||
remotecmd = "ssh -x localhost -i ~/.ssh/id_rsa -C "export DISPLAY=":0.0" && xdg-open '%s'""
|
||||
time_format = "%H:%M:%S"
|
||||
url_log = "~/.weechat/urls.log"
|
||||
use_full_name = off
|
||||
Loading…
Add table
Add a link
Reference in a new issue