all repos — dotfiles @ bf9f335c2aa131ac83ec97943714f0ba12f84a66

my *nix dotfiles

zomg finaly
icyphox icyph0x@protonmail.com
Fri, 19 Jan 2018 22:09:02 +0530
commit

bf9f335c2aa131ac83ec97943714f0ba12f84a66

parent

e677a1c721e1a88613ef324fd022574d0c8a53ce

4 files changed, 65 insertions(+), 9 deletions(-)

jump to
D ssh/README.md

@@ -1,2 +0,0 @@

-## ssh config -github/gitlab and my servers
M weechat/.weechat/buflist.confweechat/.weechat/buflist.conf

@@ -10,6 +10,7 @@ # For more info, see: https://weechat.org/doc/quickstart

# [look] +add_newline = on auto_scroll = 50 display_conditions = "${buffer.hidden}==0" enabled = on
M weechat/.weechat/plugins.confweechat/.weechat/plugins.conf

@@ -14,7 +14,47 @@ guile.check_license = "off"

lua.check_license = "off" perl.check_license = "off" python.check_license = "off" +python.notify_send.ellipsis = "[..]" +python.notify_send.escape_html = "on" +python.notify_send.icon = "/usr/share/icons/hicolor/32x32/apps/weechat.png" +python.notify_send.ignore_buffers = "" +python.notify_send.ignore_buffers_starting_with = "" +python.notify_send.ignore_messages_tagged_with = "irc_join,irc_quit,irc_part,irc_status,irc_nick_back,irc_401,irc_402" +python.notify_send.ignore_nicks = "" +python.notify_send.ignore_nicks_starting_with = "" +python.notify_send.max_length = "72" +python.notify_send.min_notification_delay = "500" +python.notify_send.nick_separator = ": " +python.notify_send.notify_for_current_buffer = "on" +python.notify_send.notify_on_all_messages_in_buffers = "" +python.notify_send.notify_on_filtered_messages = "off" +python.notify_send.notify_on_highlights = "on" +python.notify_send.notify_on_privmsgs = "on" +python.notify_send.notify_when_away = "on" +python.notify_send.timeout = "5000" +python.notify_send.transient = "on" +python.notify_send.urgency = "normal" ruby.check_license = "off" tcl.check_license = "off" [desc] +python.notify_send.ellipsis = "Ellipsis to be used for notifications that are too long. Default: [..]." +python.notify_send.escape_html = "Escapes the '<', '>', and '&' characters in notification messages. Default: on." +python.notify_send.icon = "Path to an icon to be shown in notifications. Default: /usr/share/icons/hicolor/32x32/apps/weechat.png." +python.notify_send.ignore_buffers = "A comma-separated list of buffers from which no notifications should be shown. Default: ""." +python.notify_send.ignore_buffers_starting_with = "A comma-separated list of buffer prefixes from which no notifications should be shown. Default: ""." +python.notify_send.ignore_messages_tagged_with = "A comma-separated list of message tags for which no notifications should be shown. Default: irc_join,irc_quit,irc_part,irc_status,irc_nick_back,irc_401,irc_402." +python.notify_send.ignore_nicks = "A comma-separated list of nicks from which no notifications should be shown. Default: ""." +python.notify_send.ignore_nicks_starting_with = "A comma-separated list of nick prefixes from which no notifications should be shown. Default: ""." +python.notify_send.max_length = "Maximal length of a notification (0 means no limit). Default: 72." +python.notify_send.min_notification_delay = "A minimal delay between successive notifications from the same buffer (in milliseconds; set to 0 to show all notifications). Default: 500." +python.notify_send.nick_separator = "A separator between a nick and a message. Default: : ." +python.notify_send.notify_for_current_buffer = "Send also notifications for the currently active buffer. Default: on." +python.notify_send.notify_on_all_messages_in_buffers = "A comma-separated list of buffers for which you want to receive notifications on all messages that appear in them. Default: ""." +python.notify_send.notify_on_filtered_messages = "Send notifications also on filtered (hidden) messages. Default: off." +python.notify_send.notify_on_highlights = "Send notifications on highlights. Default: on." +python.notify_send.notify_on_privmsgs = "Send notifications on private messages. Default: on." +python.notify_send.notify_when_away = "Send also notifications when away. Default: on." +python.notify_send.timeout = "Time after which the notification disappears (in milliseconds; set to 0 to disable). Default: 5000." +python.notify_send.transient = "When a notification expires or is dismissed, remove it from the notification bar. Default: on." +python.notify_send.urgency = "Urgency (low, normal, critical). Default: normal."
M weechat/.weechat/weechat.confweechat/.weechat/weechat.conf

@@ -119,6 +119,7 @@ read_marker = line

read_marker_always_show = off read_marker_string = "- " save_config_on_exit = on +save_config_with_fsync = off save_layout_on_exit = all scroll_amount = 3 scroll_bottom_after_switch = off

@@ -283,6 +284,20 @@ buflist.separator = off

buflist.size = 0 buflist.size_max = 0 buflist.type = root +fset.color_bg = default +fset.color_delim = cyan +fset.color_fg = default +fset.conditions = "${buffer.full_name} == fset.fset" +fset.filling_left_right = vertical +fset.filling_top_bottom = horizontal +fset.hidden = off +fset.items = "fset" +fset.position = top +fset.priority = 0 +fset.separator = on +fset.size = 3 +fset.size_max = 3 +fset.type = window input.color_bg = default input.color_delim = cyan input.color_fg = default

@@ -356,13 +371,7 @@ title.type = window

[layout] default.buffer = "core;weechat;1" -default.buffer = "irc;server.rizon;2" -default.buffer = "irc;rizon.#rice;3" -default.buffer = "irc;rizon.#avpd;4" -default.buffer = "irc;rizon.#vim;5" -default.buffer = "irc;rizon.#chat;6" -default.buffer = "irc;rizon.NerdyPepper;7" -default.window = "1;0;0;0;irc;rizon.#rice" +default.window = "1;0;0;0;core;weechat" default.current = on [notify]

@@ -640,6 +649,10 @@ @bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"

@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e" @bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%" @bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b" +@chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}" +@chat(fset.fset):button2* = "hsignal:fset_mouse" +@chat(fset.fset):wheeldown = "/fset -down 5" +@chat(fset.fset):wheelup = "/fset -up 5" @chat(perl.iset):button1 = "hsignal:iset_mouse" @chat(perl.iset):button2* = "hsignal:iset_mouse" @chat(perl.iset):wheeldown = "/repeat 5 /iset **down"

@@ -659,6 +672,10 @@ @item(buffers):button1* = "hsignal:buffers_mouse"

@item(buffers):button2* = "hsignal:buffers_mouse" @item(buflist):button1* = "hsignal:buflist_mouse" @item(buflist):button2* = "hsignal:buflist_mouse" +@item(buflist2):button1* = "hsignal:buflist_mouse" +@item(buflist2):button2* = "hsignal:buflist_mouse" +@item(buflist3):button1* = "hsignal:buflist_mouse" +@item(buflist3):button2* = "hsignal:buflist_mouse" @bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%" @bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%" @chat:button1 = "/window ${_window_number}"