diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:24:43 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2023-08-06 19:24:43 +0000 |
commit | 2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e (patch) | |
tree | 8c7216bf123ed434a6bbfd3685097e2d726cc851 /.config/weechat/fset.conf | |
parent | 5e4938da5428f12971a160e835c1929b06e9f7c9 (diff) | |
download | dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.gz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.bz2 dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.lz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.xz dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.tar.zst dotfiles-2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e.zip |
Add mpv and weechat config
Diffstat (limited to '')
-rw-r--r-- | .config/weechat/fset.conf | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/.config/weechat/fset.conf b/.config/weechat/fset.conf new file mode 100644 index 0000000..d3871a0 --- /dev/null +++ b/.config/weechat/fset.conf @@ -0,0 +1,98 @@ +# +# weechat -- fset.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/weechat/quickstart/ +# + +[look] +auto_refresh = "*" +auto_unmark = off +condition_catch_set = "${count} >= 1" +export_help_default = on +format_number = 1 +marked_string = "*" +scroll_horizontal = 10 +show_plugins_desc = off +sort = "~name" +unmarked_string = " " +use_color_value = off +use_keys = on +use_mute = off + +[format] +export_help = "# ${description2}" +export_option = "/set ${name} ${quoted_value}" +export_option_null = "/unset ${name}" +option1 = "" +option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}" + +[color] +color_name = 246 +color_name_selected = default +default_value = default +default_value_selected = white +description = default +description_selected = white +file = default +file_changed = brown +file_changed_selected = yellow +file_selected = white +help_default_value = white +help_description = default +help_name = white +help_quotes = darkgray +help_values = default +index = cyan +index_selected = lightcyan +line_marked_bg1 = default +line_marked_bg2 = default +line_selected_bg1 = blue +line_selected_bg2 = red +marked = brown +marked_selected = yellow +max = default +max_selected = white +min = default +min_selected = white +name = default +name_changed = brown +name_changed_selected = yellow +name_selected = white +option = default +option_changed = brown +option_changed_selected = yellow +option_selected = white +parent_name = default +parent_name_selected = white +parent_value = cyan +parent_value_selected = lightcyan +quotes = darkgray +quotes_changed = default +quotes_changed_selected = white +quotes_selected = default +section = default +section_changed = brown +section_changed_selected = yellow +section_selected = white +string_values = default +string_values_selected = white +title_count_options = cyan +title_current_option = lightcyan +title_filter = yellow +title_marked_options = lightgreen +title_sort = white +type = green +type_selected = lightgreen +unmarked = default +unmarked_selected = white +value = cyan +value_changed = brown +value_changed_selected = yellow +value_selected = lightcyan +value_undef = magenta +value_undef_selected = lightmagenta |