mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
30 lines
706 B
Plaintext
30 lines
706 B
Plaintext
#
|
|
# weechat -- urlgrab.conf
|
|
#
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
# especially if WeeChat is running.
|
|
#
|
|
# Use /set or similar command 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 = "xclip -selection clipboard -i"
|
|
historysize = 10
|
|
localcmd = "firefox '%s'"
|
|
method = "local"
|
|
output_main_buffer = on
|
|
remotecmd = "ssh -x localhost -i ~/.ssh/id_rsa -C "export DISPLAY=":0.0" && firefox '%s'""
|
|
time_format = "%H:%M:%S"
|
|
url_log = "~/.weechat/urls.log"
|