Merge branch 'master' of framagit.org:dbroqua/home
This commit is contained in:
commit
0b5a6b7e73
23 changed files with 1066 additions and 76 deletions
|
@ -3,10 +3,8 @@ My GNU/Linux home config
|
||||||
|
|
||||||
* i3
|
* i3
|
||||||
* zsh
|
* zsh
|
||||||
|
* tmux
|
||||||
## Requirements
|
* urxvt
|
||||||
|
|
||||||
* tilix
|
|
||||||
* i3lock
|
* i3lock
|
||||||
* py3status
|
* py3status
|
||||||
* compton
|
* compton
|
||||||
|
@ -14,5 +12,6 @@ My GNU/Linux home config
|
||||||
* scrot
|
* scrot
|
||||||
* qdbus
|
* qdbus
|
||||||
* ruby-notify
|
* ruby-notify
|
||||||
|
* ...
|
||||||
|
|
||||||
|
|
||||||
|
|
66
Tmux.md
Normal file
66
Tmux.md
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
# tmux cheatsheet
|
||||||
|
|
||||||
|
start new:
|
||||||
|
|
||||||
|
tmux
|
||||||
|
|
||||||
|
start new with session name:
|
||||||
|
|
||||||
|
tmux new -s myname
|
||||||
|
|
||||||
|
attach:
|
||||||
|
|
||||||
|
tmux a # (or at, or attach)
|
||||||
|
|
||||||
|
attach to named:
|
||||||
|
|
||||||
|
tmux a -t myname
|
||||||
|
|
||||||
|
list sessions:
|
||||||
|
|
||||||
|
tmux ls
|
||||||
|
|
||||||
|
kill session:
|
||||||
|
|
||||||
|
tmux kill-session -t myname
|
||||||
|
|
||||||
|
In tmux, hit the prefix `ctrl+b` and then:
|
||||||
|
|
||||||
|
## Sessions
|
||||||
|
|
||||||
|
:new<CR> new session
|
||||||
|
s list sessions
|
||||||
|
$ name session
|
||||||
|
|
||||||
|
## Windows (tabs)
|
||||||
|
|
||||||
|
c new window
|
||||||
|
, name window
|
||||||
|
w list windows
|
||||||
|
f find window
|
||||||
|
& kill window
|
||||||
|
. move window - prompted for a new number
|
||||||
|
:movew<CR> move window to the next unused number
|
||||||
|
|
||||||
|
## Panes (splits)
|
||||||
|
|
||||||
|
\ horizontal split
|
||||||
|
- vertical split
|
||||||
|
|
||||||
|
o swap panes
|
||||||
|
q show pane numbers
|
||||||
|
x kill pane
|
||||||
|
⍽ space - toggle between layouts
|
||||||
|
z maximize pane
|
||||||
|
|
||||||
|
## Misc
|
||||||
|
|
||||||
|
d detach
|
||||||
|
t big clock
|
||||||
|
? list shortcuts
|
||||||
|
: prompt
|
||||||
|
|
||||||
|
Resources:
|
||||||
|
|
||||||
|
* [Based on henrik config](https://gist.github.com/henrik/1967800)
|
||||||
|
* [cheat sheet](http://cheat.errtheblog.com/s/tmux/)
|
1
config/hexchat/addon_checksum.conf
Normal file
1
config/hexchat/addon_checksum.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
limit = 256
|
0
config/hexchat/chanopt.conf
Normal file
0
config/hexchat/chanopt.conf
Normal file
211
config/hexchat/hexchat.conf
Normal file
211
config/hexchat/hexchat.conf
Normal file
|
@ -0,0 +1,211 @@
|
||||||
|
version = 2.14.2
|
||||||
|
away_auto_unmark = 0
|
||||||
|
away_omit_alerts = 0
|
||||||
|
away_reason = I'm busy
|
||||||
|
away_show_once = 1
|
||||||
|
away_size_max = 300
|
||||||
|
away_timeout = 60
|
||||||
|
away_track = 1
|
||||||
|
completion_amount = 5
|
||||||
|
completion_auto = 0
|
||||||
|
completion_sort = 1
|
||||||
|
completion_suffix = ,
|
||||||
|
dcc_auto_chat = 0
|
||||||
|
dcc_auto_recv = 1
|
||||||
|
dcc_auto_resume = 1
|
||||||
|
dcc_blocksize = 1024
|
||||||
|
dcc_completed_dir =
|
||||||
|
dcc_dir = /home/dbroqua/Downloads
|
||||||
|
dcc_fast_send = 1
|
||||||
|
dcc_global_max_get_cps = 0
|
||||||
|
dcc_global_max_send_cps = 0
|
||||||
|
dcc_ip =
|
||||||
|
dcc_ip_from_server = 0
|
||||||
|
dcc_max_get_cps = 0
|
||||||
|
dcc_max_send_cps = 0
|
||||||
|
dcc_permissions = 384
|
||||||
|
dcc_port_first = 0
|
||||||
|
dcc_port_last = 0
|
||||||
|
dcc_remove = 0
|
||||||
|
dcc_save_nick = 0
|
||||||
|
dcc_send_fillspaces = 0
|
||||||
|
dcc_stall_timeout = 60
|
||||||
|
dcc_timeout = 180
|
||||||
|
flood_ctcp_num = 5
|
||||||
|
flood_ctcp_time = 30
|
||||||
|
flood_msg_num = 5
|
||||||
|
flood_msg_time = 30
|
||||||
|
gui_autoopen_chat = 1
|
||||||
|
gui_autoopen_dialog = 1
|
||||||
|
gui_autoopen_recv = 1
|
||||||
|
gui_autoopen_send = 1
|
||||||
|
gui_chanlist_maxusers = 9999
|
||||||
|
gui_chanlist_minusers = 5
|
||||||
|
gui_compact = 0
|
||||||
|
gui_dialog_height = 256
|
||||||
|
gui_dialog_left = 0
|
||||||
|
gui_dialog_top = 0
|
||||||
|
gui_dialog_width = 500
|
||||||
|
gui_filesize_iec = 0
|
||||||
|
gui_focus_omitalerts = 0
|
||||||
|
gui_hide_menu = 0
|
||||||
|
gui_input_attr = 1
|
||||||
|
gui_input_icon = 1
|
||||||
|
gui_input_nick = 1
|
||||||
|
gui_input_spell = 1
|
||||||
|
gui_input_style = 1
|
||||||
|
gui_join_dialog = 1
|
||||||
|
gui_lagometer = 1
|
||||||
|
gui_lang = 15
|
||||||
|
gui_mode_buttons = 0
|
||||||
|
gui_pane_divider_position = 0
|
||||||
|
gui_pane_left_size = 128
|
||||||
|
gui_pane_right_size = 100
|
||||||
|
gui_pane_right_size_min = 80
|
||||||
|
gui_quit_dialog = 1
|
||||||
|
gui_search_pos = 0
|
||||||
|
gui_slist_fav = 0
|
||||||
|
gui_slist_select = 30
|
||||||
|
gui_slist_skip = 0
|
||||||
|
gui_tab_chans = 1
|
||||||
|
gui_tab_dialogs = 1
|
||||||
|
gui_tab_dots = 0
|
||||||
|
gui_tab_icons = 1
|
||||||
|
gui_tab_layout = 2
|
||||||
|
gui_tab_middleclose = 1
|
||||||
|
gui_tab_newtofront = 2
|
||||||
|
gui_tab_pos = 1
|
||||||
|
gui_tab_scrollchans = 0
|
||||||
|
gui_tab_server = 1
|
||||||
|
gui_tab_small = 0
|
||||||
|
gui_tab_sort = 1
|
||||||
|
gui_tab_trunc = 20
|
||||||
|
gui_tab_utils = 0
|
||||||
|
gui_throttlemeter = 1
|
||||||
|
gui_topicbar = 1
|
||||||
|
gui_transparency = 255
|
||||||
|
gui_tray = 1
|
||||||
|
gui_tray_away = 0
|
||||||
|
gui_tray_blink = 1
|
||||||
|
gui_tray_close = 1
|
||||||
|
gui_tray_minimize = 0
|
||||||
|
gui_tray_quiet = 0
|
||||||
|
gui_ulist_buttons = 0
|
||||||
|
gui_ulist_color = 0
|
||||||
|
gui_ulist_count = 1
|
||||||
|
gui_ulist_doubleclick = QUERY %s
|
||||||
|
gui_ulist_hide = 0
|
||||||
|
gui_ulist_icons = 1
|
||||||
|
gui_ulist_pos = 3
|
||||||
|
gui_ulist_show_hosts = 0
|
||||||
|
gui_ulist_sort = 0
|
||||||
|
gui_ulist_style = 1
|
||||||
|
gui_url_mod = 0
|
||||||
|
gui_usermenu = 0
|
||||||
|
gui_win_height = 767
|
||||||
|
gui_win_fullscreen = 0
|
||||||
|
gui_win_left = 0
|
||||||
|
gui_win_modes = 0
|
||||||
|
gui_win_save = 1
|
||||||
|
gui_win_state = 0
|
||||||
|
gui_win_swap = 0
|
||||||
|
gui_win_top = 14
|
||||||
|
gui_win_ucount = 0
|
||||||
|
gui_win_width = 1280
|
||||||
|
identd_server = 0
|
||||||
|
identd_port = 0
|
||||||
|
input_balloon_chans = 0
|
||||||
|
input_balloon_hilight = 0
|
||||||
|
input_balloon_priv = 0
|
||||||
|
input_beep_chans = 0
|
||||||
|
input_beep_hilight = 0
|
||||||
|
input_beep_priv = 0
|
||||||
|
input_command_char = /
|
||||||
|
input_filter_beep = 1
|
||||||
|
input_flash_chans = 0
|
||||||
|
input_flash_hilight = 1
|
||||||
|
input_flash_priv = 1
|
||||||
|
input_perc_ascii = 0
|
||||||
|
input_perc_color = 0
|
||||||
|
input_tray_chans = 0
|
||||||
|
input_tray_hilight = 1
|
||||||
|
input_tray_priv = 1
|
||||||
|
irc_auto_rejoin = 0
|
||||||
|
irc_reconnect_rejoin = 1
|
||||||
|
irc_ban_type = 1
|
||||||
|
irc_cap_server_time = 1
|
||||||
|
irc_conf_mode = 0
|
||||||
|
irc_extra_hilight =
|
||||||
|
irc_hide_nickchange = 0
|
||||||
|
irc_hide_version = 0
|
||||||
|
irc_hidehost = 0
|
||||||
|
irc_id_ntext =
|
||||||
|
irc_id_ytext =
|
||||||
|
irc_invisible = 0
|
||||||
|
irc_join_delay = 5
|
||||||
|
irc_logging = 1
|
||||||
|
irc_logmask = %n/%c.log
|
||||||
|
irc_nick1 = DarKou
|
||||||
|
irc_nick2 = DarKou_
|
||||||
|
irc_nick3 = dbroqua__
|
||||||
|
irc_nick_hilight =
|
||||||
|
irc_no_hilight = NickServ,ChanServ,InfoServ,N,Q
|
||||||
|
irc_notice_pos = 0
|
||||||
|
irc_part_reason = Leaving
|
||||||
|
irc_quit_reason = Leaving
|
||||||
|
irc_raw_modes = 0
|
||||||
|
irc_real_name = realname
|
||||||
|
irc_servernotice = 0
|
||||||
|
irc_skip_motd = 0
|
||||||
|
irc_user_name = dbroqua
|
||||||
|
irc_wallops = 0
|
||||||
|
irc_who_join = 1
|
||||||
|
irc_whois_front = 1
|
||||||
|
net_auto_reconnect = 1
|
||||||
|
net_auto_reconnectonfail = 0
|
||||||
|
net_bind_host =
|
||||||
|
net_ping_timeout = 60
|
||||||
|
net_proxy_auth = 0
|
||||||
|
net_proxy_host =
|
||||||
|
net_proxy_pass =
|
||||||
|
net_proxy_port = 0
|
||||||
|
net_proxy_type = 0
|
||||||
|
net_proxy_use = 0
|
||||||
|
net_proxy_user =
|
||||||
|
net_reconnect_delay = 10
|
||||||
|
net_throttle = 1
|
||||||
|
notify_timeout = 15
|
||||||
|
notify_whois_online = 0
|
||||||
|
perl_warnings = 0
|
||||||
|
stamp_log = 1
|
||||||
|
stamp_log_format = %b %d %H:%M:%S
|
||||||
|
stamp_text = 1
|
||||||
|
stamp_text_format = [%H:%M:%S]
|
||||||
|
text_autocopy_color = 0
|
||||||
|
text_autocopy_stamp = 0
|
||||||
|
text_autocopy_text = 1
|
||||||
|
text_background =
|
||||||
|
text_color_nicks = 0
|
||||||
|
text_font = Monospace 9
|
||||||
|
text_font_main = Monospace 9
|
||||||
|
text_font_alternative = Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont
|
||||||
|
text_indent = 1
|
||||||
|
text_max_indent = 256
|
||||||
|
text_max_lines = 5000
|
||||||
|
text_replay = 1
|
||||||
|
text_search_case_match = 0
|
||||||
|
text_search_highlight_all = 0
|
||||||
|
text_search_follow = 1
|
||||||
|
text_search_regexp = 0
|
||||||
|
text_show_marker = 1
|
||||||
|
text_show_sep = 1
|
||||||
|
text_spell_langs = en_US
|
||||||
|
text_stripcolor_msg = 0
|
||||||
|
text_stripcolor_replay = 1
|
||||||
|
text_stripcolor_topic = 1
|
||||||
|
text_thin_sep = 1
|
||||||
|
text_transparent = 0
|
||||||
|
text_wordwrap = 1
|
||||||
|
url_grabber = 1
|
||||||
|
url_grabber_limit = 100
|
||||||
|
url_logging = 0
|
0
config/hexchat/ignore.conf
Normal file
0
config/hexchat/ignore.conf
Normal file
7
config/hexchat/logs/NETWORK/server.log
Normal file
7
config/hexchat/logs/NETWORK/server.log
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
|
||||||
|
|
||||||
|
May 03 21:59:43 Perl interface loaded
|
||||||
|
May 03 21:59:43 Checksum plugin loaded
|
||||||
|
May 03 21:59:43 FiSHLiM plugin loaded
|
||||||
|
May 03 21:59:43 Sysinfo plugin loaded
|
||||||
|
May 03 21:59:43 Python interface loaded
|
13
config/hexchat/logs/freenode/#debian-facile.log
Normal file
13
config/hexchat/logs/freenode/#debian-facile.log
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 22:02:36 2020
|
||||||
|
|
||||||
|
May 03 22:02:36 * Now talking on #debian-facile
|
||||||
|
May 03 22:02:36 * Topic for #debian-facile is: Debian-Facile, salon d'entraide | Asso/forum/doc: http://debian-facile.org | Hors-Sujet: #df-offtopic | Collage: http://debian-facile.org/paste | Activité/flood: #df-flood || Staff DF voicé
|
||||||
|
May 03 22:02:36 * Topic for #debian-facile set by captnfab!~captnfab@unaffiliated/captnfab (Sun Apr 19 22:11:25 2020)
|
||||||
|
May 03 22:02:36 -ChanServ- [#debian-facile] Entraide pour Debian | IRC≠hotline, ATTENDEZ ! | Asso, forum, doc: https://debian-facile.org/ | Collage, logs (publics) IRC du salon: https://debian-facile.org/portail-outils.php | Log forum/wiki/git: #df-flood || Staff DF voicé
|
||||||
|
May 03 22:02:36 * Channel #debian-facile url: http://debian-facile.org/
|
||||||
|
May 03 22:06:44 * Xubl0f has quit (Quit: Leaving)
|
||||||
|
May 03 22:09:34 * Xubl0f (~memory@45.162.228.187) has joined
|
||||||
|
May 03 22:11:01 Python interface unloaded
|
||||||
|
May 03 22:11:01 FiSHLiM plugin unloaded
|
||||||
|
**** ENDING LOGGING AT Sun May 3 22:11:01 2020
|
||||||
|
|
9
config/hexchat/logs/freenode/#paulla.log
Normal file
9
config/hexchat/logs/freenode/#paulla.log
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:59 2020
|
||||||
|
|
||||||
|
May 03 21:59:59 * Now talking on #paulla
|
||||||
|
May 03 21:59:59 * Topic for #paulla is: PauLLA | Pau Logiciels Libres Association | https://www.paulla.asso.fr | PauLLa a 20 ans ! | Un élève de l'EISTI a aimé: "L'intervention du DSI des pompiers" -> dam64
|
||||||
|
May 03 21:59:59 * Topic for #paulla set by jpcw!~jpcw@hermes.camguilhem.net (Wed Oct 23 21:15:14 2019)
|
||||||
|
May 03 22:00:00 * Channel #paulla url: http://www.paulla.asso.fr
|
||||||
|
May 03 22:00:16 * ChanServ gives voice to DarKou
|
||||||
|
**** ENDING LOGGING AT Sun May 3 22:11:01 2020
|
||||||
|
|
22
config/hexchat/logs/freenode/.log
Normal file
22
config/hexchat/logs/freenode/.log
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
|
||||||
|
|
||||||
|
May 03 21:59:43 * Connecting to chat.freenode.net (204.225.96.251:6697)
|
||||||
|
May 03 21:59:44 * * Subject: /O=Digital Signature Trust Co./CN=DST Root CA X3
|
||||||
|
May 03 21:59:44 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3
|
||||||
|
May 03 21:59:44 * * Subject: /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
|
||||||
|
May 03 21:59:44 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3
|
||||||
|
May 03 21:59:44 * * Subject: /CN=tolkien.freenode.net
|
||||||
|
May 03 21:59:44 * * Issuer: /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
|
||||||
|
May 03 21:59:44 * * Certification info:
|
||||||
|
May 03 21:59:44 * Subject:
|
||||||
|
May 03 21:59:44 * CN=tolkien.freenode.net
|
||||||
|
May 03 21:59:44 * Issuer:
|
||||||
|
May 03 21:59:44 * C=US
|
||||||
|
May 03 21:59:44 * O=Let's Encrypt
|
||||||
|
May 03 21:59:44 * CN=Let's Encrypt Authority X3
|
||||||
|
May 03 21:59:44 * Public key algorithm: rsaEncryption (4096 bits)
|
||||||
|
May 03 21:59:44 * Sign algorithm sha256WithRSAEncryption
|
||||||
|
May 03 21:59:44 * Valid since Apr 6 05:02:46 2020 GM to Jul 5 05:02:46 2020 GM
|
||||||
|
May 03 21:59:44 * * Cipher info:
|
||||||
|
May 03 21:59:44 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits)
|
||||||
|
May 03 21:59:44 * Connected. Now logging in.
|
79
config/hexchat/logs/freenode/freenode.log
Normal file
79
config/hexchat/logs/freenode/freenode.log
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:45 2020
|
||||||
|
|
||||||
|
May 03 21:59:45 * *** Looking up your hostname...
|
||||||
|
May 03 21:59:45 * *** Checking Ident
|
||||||
|
May 03 21:59:45 * *** Found your hostname
|
||||||
|
May 03 21:59:49 * *** No Ident response
|
||||||
|
May 03 21:59:49 * Capabilities supported: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix sasl tls
|
||||||
|
May 03 21:59:49 * Capabilities requested: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix
|
||||||
|
May 03 21:59:49 * Capabilities acknowledged: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix
|
||||||
|
**** ENDING LOGGING AT Sun May 3 21:59:49 2020
|
||||||
|
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:49 2020
|
||||||
|
|
||||||
|
May 03 21:59:49 * Welcome to the freenode Internet Relay Chat Network DarKou
|
||||||
|
May 03 21:59:49 * Your host is tolkien.freenode.net[204.225.96.251/6697], running version ircd-seven-1.1.9
|
||||||
|
May 03 21:59:49 * This server was created Fri Apr 24 2020 at 22:19:21 UTC
|
||||||
|
May 03 21:59:49 * tolkien.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI
|
||||||
|
May 03 21:59:49 * CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server
|
||||||
|
May 03 21:59:49 * CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 SAFELIST ELIST=CTU KNOCK :are supported by this server
|
||||||
|
May 03 21:59:49 * WHOX ETRACE CPRIVMSG CNOTICE MONITOR=100 :are supported by this server
|
||||||
|
May 03 21:59:49 * There are 96 users and 84365 invisible on 31 servers
|
||||||
|
May 03 21:59:49 * 34 :IRC Operators online
|
||||||
|
May 03 21:59:49 * 32 :unknown connection(s)
|
||||||
|
May 03 21:59:49 * 43446 :channels formed
|
||||||
|
May 03 21:59:49 * I have 3633 clients and 1 servers
|
||||||
|
May 03 21:59:49 * 3633 4695 :Current local users 3633, max 4695
|
||||||
|
May 03 21:59:49 * 84461 87645 :Current global users 84461, max 87645
|
||||||
|
May 03 21:59:49 * Highest connection count: 4696 (4695 clients) (99183 connections received)
|
||||||
|
May 03 21:59:49 * - tolkien.freenode.net Message of the Day -
|
||||||
|
May 03 21:59:49 * - Welcome to tolkien.freenode.net in Sanford, NC, US. Thanks to
|
||||||
|
May 03 21:59:49 * - https://travelingmailbox.com/ for sponsoring this server
|
||||||
|
May 03 21:59:49 * - Welcome to freenode - supporting the free and open source
|
||||||
|
May 03 21:59:49 * - software communities since 1998.
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - By connecting to freenode you indicate that you have read and
|
||||||
|
May 03 21:59:49 * - accept our policies and guidelines as set out on https://freenode.net
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - In the event that you observe behaviour that contravenes our policies,
|
||||||
|
May 03 21:59:49 * - please notify a volunteer staff member via private message, or send us an
|
||||||
|
May 03 21:59:49 * - e-mail to complaints@freenode.net -- we will do our best to address the
|
||||||
|
May 03 21:59:49 * - situation within a reasonable period of time, and we may request further
|
||||||
|
May 03 21:59:49 * - information or, as appropriate, involve other parties such as channel operators
|
||||||
|
May 03 21:59:49 * - Group Contacts representing an on-topic group.
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - freenode runs an open proxy scanner.
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - If you are looking for assistance, you may be able to find a list of
|
||||||
|
May 03 21:59:49 * - volunteer staff on '/stats p' (shows only on-call staff) or by joining
|
||||||
|
May 03 21:59:49 * - #freenode and using the '/who freenode/staff/*' command. You may message
|
||||||
|
May 03 21:59:49 * - any of us at any time. Please note that freenode predominantly provides
|
||||||
|
May 03 21:59:49 * - assistance via private message, and while we have a network channel the
|
||||||
|
May 03 21:59:49 * - primary venue for support requests is via private message to a member
|
||||||
|
May 03 21:59:49 * - of the volunteer staff team.
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - From time to time, volunteer staff may send server-wide notices relating to
|
||||||
|
May 03 21:59:49 * - the project, or the communities that we host. The majority of such notices
|
||||||
|
May 03 21:59:49 * - will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you
|
||||||
|
May 03 21:59:49 * - do not miss them. Important messages relating to the freenode project, including
|
||||||
|
May 03 21:59:49 * - notices of upcoming maintenance and other scheduled downtime will be issued as
|
||||||
|
May 03 21:59:49 * - global notices.
|
||||||
|
May 03 21:59:49 * -
|
||||||
|
May 03 21:59:49 * - Representing an on-topic project? Don't forget to register, more information
|
||||||
|
May 03 21:59:49 * - can be found on the https://freenode.net website under "Group Registration".
|
||||||
|
May 03 21:59:50 * -
|
||||||
|
May 03 21:59:50 * - Thank you also to our server sponsors for the sustained support in keeping the
|
||||||
|
May 03 21:59:50 * - network going for close to two decades.
|
||||||
|
May 03 21:59:50 * -
|
||||||
|
May 03 21:59:50 * - Thank you for using freenode!
|
||||||
|
May 03 21:59:50 * End of /MOTD command.
|
||||||
|
May 03 21:59:50 * DarKou sets mode +Z on DarKou
|
||||||
|
May 03 21:59:50 * DarKou sets mode +i on DarKou
|
||||||
|
May 03 21:59:50 -NickServ- This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify <password>.
|
||||||
|
May 03 22:00:15 >nickserv< identify ****
|
||||||
|
May 03 22:00:16 -NickServ- You are now identified for DarKou.
|
||||||
|
May 03 22:11:01 Sysinfo plugin unloaded
|
||||||
|
May 03 22:11:01 Checksum plugin unloaded
|
||||||
|
May 03 22:11:01 Perl interface unloaded
|
||||||
|
**** ENDING LOGGING AT Sun May 3 22:11:01 2020
|
||||||
|
|
3
config/hexchat/logs/freenode/server.log
Normal file
3
config/hexchat/logs/freenode/server.log
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
**** BEGIN LOGGING AT Sun May 3 21:59:43 2020
|
||||||
|
|
||||||
|
May 03 21:59:43 * Looking up chat.freenode.net
|
0
config/hexchat/notify.conf
Normal file
0
config/hexchat/notify.conf
Normal file
9
config/hexchat/scrollback/freenode/#debian-facile.txt
Normal file
9
config/hexchat/scrollback/freenode/#debian-facile.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
T 1588536156 19* Now talking on 22#debian-facile
|
||||||
|
T 1588536156 22* Topic for 22#debian-facile is: Debian-Facile, salon d'entraide | Asso/forum/doc: http://debian-facile.org | Hors-Sujet: #df-offtopic | Collage: http://debian-facile.org/paste | Activité/flood: #df-flood || Staff DF voicé
|
||||||
|
T 1588536156 22* Topic for 22#debian-facile set by 26captnfab!~captnfab@unaffiliated/captnfab (24Sun Apr 19 22:11:25 2020)
|
||||||
|
T 1588536156 -18ChanServ- [#debian-facile] Entraide pour Debian | IRC≠hotline, ATTENDEZ ! | Asso, forum, doc: https://debian-facile.org/ | Collage, logs (publics) IRC du salon: https://debian-facile.org/portail-outils.php | Log forum/wiki/git: #df-flood || Staff DF voicé
|
||||||
|
T 1588536156 22* Channel 22#debian-facile url: 24http://debian-facile.org/
|
||||||
|
T 1588536404 24* Xubl0f has quit (Quit: Leaving)
|
||||||
|
T 1588536574 23* Xubl0f (~memory@45.162.228.18723) has joined
|
||||||
|
T 1588536661 Python interface unloaded
|
||||||
|
T 1588536661 FiSHLiM plugin unloaded
|
5
config/hexchat/scrollback/freenode/#paulla.txt
Normal file
5
config/hexchat/scrollback/freenode/#paulla.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
T 1588535999 19* Now talking on 22#paulla
|
||||||
|
T 1588535999 22* Topic for 22#paulla is: PauLLA | Pau Logiciels Libres Association | https://www.paulla.asso.fr | PauLLa a 20 ans ! | Un élève de l'EISTI a aimé: "L'intervention du DSI des pompiers" -> dam64
|
||||||
|
T 1588535999 22* Topic for 22#paulla set by 26jpcw!~jpcw@hermes.camguilhem.net (24Wed Oct 23 21:15:14 2019)
|
||||||
|
T 1588536000 22* Channel 22#paulla url: 24http://www.paulla.asso.fr
|
||||||
|
T 1588536016 22* 26ChanServ gives voice to 18DarKou
|
571
config/hexchat/servlist.conf
Normal file
571
config/hexchat/servlist.conf
Normal file
|
@ -0,0 +1,571 @@
|
||||||
|
v=2.14.2
|
||||||
|
|
||||||
|
N=2600net
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.2600.net
|
||||||
|
|
||||||
|
N=2ch
|
||||||
|
E=iso-2022-jp
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.2ch.sc
|
||||||
|
S=irc.nurs.or.jp
|
||||||
|
S=irc.juggler.jp
|
||||||
|
|
||||||
|
N=AccessIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.accessirc.net
|
||||||
|
|
||||||
|
N=AfterNET
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.afternet.org
|
||||||
|
|
||||||
|
N=Aitvaras
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.data.lt/+6668
|
||||||
|
S=irc.omnitel.net/+6668
|
||||||
|
S=irc.ktu.lt/+6668
|
||||||
|
S=irc.kis.lt/+6668
|
||||||
|
S=irc.vub.lt/+6668
|
||||||
|
S=irc.data.lt
|
||||||
|
S=irc.omnitel.net
|
||||||
|
S=irc.ktu.lt
|
||||||
|
S=irc.kis.lt
|
||||||
|
S=irc.vub.lt
|
||||||
|
|
||||||
|
N=Anthrochat
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.anthrochat.net
|
||||||
|
|
||||||
|
N=ARCNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=arcnet-irc.org
|
||||||
|
|
||||||
|
N=AustNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.austnet.org
|
||||||
|
|
||||||
|
N=AzzurraNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.azzurra.org
|
||||||
|
|
||||||
|
N=BetaChat
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.betachat.net
|
||||||
|
|
||||||
|
N=BuddyIM
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.buddy.im
|
||||||
|
|
||||||
|
N=Canternet
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.canternet.org
|
||||||
|
|
||||||
|
N=Chat4all
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.chat4all.org
|
||||||
|
|
||||||
|
N=ChatJunkies
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.chatjunkies.org
|
||||||
|
|
||||||
|
N=ChatNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.chatnet.org
|
||||||
|
|
||||||
|
N=ChatSpike
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.chatspike.net
|
||||||
|
|
||||||
|
N=ChattingAway
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.chattingaway.com
|
||||||
|
|
||||||
|
N=Criten
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.criten.net
|
||||||
|
|
||||||
|
N=DALnet
|
||||||
|
L=2
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=us.dal.net
|
||||||
|
|
||||||
|
N=DarkMyst
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.darkmyst.org
|
||||||
|
|
||||||
|
N=Dark-Tou-Net
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.d-t-net.de
|
||||||
|
|
||||||
|
N=DeltaAnime
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.deltaanime.net
|
||||||
|
|
||||||
|
N=EFnet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.choopa.net
|
||||||
|
S=irc.paraphysics.net
|
||||||
|
S=efnet.port80.se
|
||||||
|
S=irc.underworld.no
|
||||||
|
S=irc.inet.tele.dk
|
||||||
|
|
||||||
|
N=ElectroCode
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.electrocode.net
|
||||||
|
|
||||||
|
N=EnterTheGame
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.enterthegame.com
|
||||||
|
|
||||||
|
N=EntropyNet
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.entropynet.net
|
||||||
|
|
||||||
|
N=EsperNet
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.esper.net
|
||||||
|
|
||||||
|
N=EUIrc
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.euirc.net
|
||||||
|
|
||||||
|
N=EuropNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.europnet.org
|
||||||
|
|
||||||
|
N=FDFNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.fdfnet.net
|
||||||
|
|
||||||
|
N=freenode
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=chat.freenode.net
|
||||||
|
S=irc.freenode.net
|
||||||
|
|
||||||
|
N=Furnet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.furnet.org
|
||||||
|
|
||||||
|
N=GalaxyNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.galaxynet.org
|
||||||
|
|
||||||
|
N=GameSurge
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.gamesurge.net
|
||||||
|
|
||||||
|
N=GeeksIRC
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.geeksirc.net
|
||||||
|
|
||||||
|
N=GeekShed
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.geekshed.net
|
||||||
|
|
||||||
|
N=German-Elite
|
||||||
|
E=CP1252
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.german-elite.net
|
||||||
|
|
||||||
|
N=GIMPNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.gimp.org
|
||||||
|
S=irc.gnome.org
|
||||||
|
|
||||||
|
N=GlobalGamers
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.globalgamers.net/+6660
|
||||||
|
S=irc.globalgamers.net
|
||||||
|
|
||||||
|
N=Hashmark
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.hashmark.net
|
||||||
|
|
||||||
|
N=IdleMonkeys
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.idlemonkeys.net
|
||||||
|
|
||||||
|
N=IndirectIRC
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.indirectirc.com
|
||||||
|
|
||||||
|
N=Interlinked
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.interlinked.me
|
||||||
|
|
||||||
|
N=IRC4Fun
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.irc4fun.net
|
||||||
|
|
||||||
|
N=IRCHighWay
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.irchighway.net
|
||||||
|
|
||||||
|
N=IRCNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=open.ircnet.net
|
||||||
|
|
||||||
|
N=Irctoo.net
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.irctoo.net
|
||||||
|
|
||||||
|
N=iZ-smart.net
|
||||||
|
E=CP1252
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.iz-smart.net
|
||||||
|
|
||||||
|
N=KBFail
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.kbfail.net
|
||||||
|
|
||||||
|
N=Krstarica
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.krstarica.com
|
||||||
|
|
||||||
|
N=LibraIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.librairc.net
|
||||||
|
|
||||||
|
N=LinkNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.link-net.org/+7000
|
||||||
|
|
||||||
|
N=MindForge
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.mindforge.org
|
||||||
|
|
||||||
|
N=MIXXnet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.mixxnet.net
|
||||||
|
|
||||||
|
N=Moznet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.mozilla.org
|
||||||
|
|
||||||
|
N=ObsidianIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.obsidianirc.net
|
||||||
|
|
||||||
|
N=Oceanius
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.oceanius.com
|
||||||
|
|
||||||
|
N=OFTC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.oftc.net
|
||||||
|
|
||||||
|
N=OtherNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.othernet.org
|
||||||
|
|
||||||
|
N=OzNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.oz.org
|
||||||
|
|
||||||
|
N=PIRC.PL
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.pirc.pl
|
||||||
|
|
||||||
|
N=PonyChat
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.ponychat.net
|
||||||
|
|
||||||
|
N=PTNet.org
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=uevora.ptnet.org
|
||||||
|
S=vianetworks.ptnet.org
|
||||||
|
|
||||||
|
N=QuakeNet
|
||||||
|
L=8
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.quakenet.org
|
||||||
|
|
||||||
|
N=Rizon
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.rizon.net
|
||||||
|
|
||||||
|
N=RusNet
|
||||||
|
E=KOI8-R (Cyrillic)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.tomsk.net
|
||||||
|
S=irc.run.net
|
||||||
|
S=irc.ru
|
||||||
|
S=irc.lucky.net
|
||||||
|
|
||||||
|
N=SceneNet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.scene.org
|
||||||
|
|
||||||
|
N=SeilEn.de
|
||||||
|
E=CP1252
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.seilen.de
|
||||||
|
|
||||||
|
N=Serenity-IRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.serenity-irc.net
|
||||||
|
|
||||||
|
N=SlashNET
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.slashnet.org
|
||||||
|
|
||||||
|
N=Snoonet
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.snoonet.org
|
||||||
|
|
||||||
|
N=Sohbet.Net
|
||||||
|
E=CP1254
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.sohbet.net
|
||||||
|
|
||||||
|
N=SolidIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.solidirc.com
|
||||||
|
|
||||||
|
N=SorceryNet
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.sorcery.net
|
||||||
|
|
||||||
|
N=SpotChat
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.spotchat.org
|
||||||
|
|
||||||
|
N=StarChat
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.starchat.net
|
||||||
|
|
||||||
|
N=Station51
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.station51.net
|
||||||
|
|
||||||
|
N=StormBit
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.stormbit.net
|
||||||
|
|
||||||
|
N=SwiftIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.swiftirc.net
|
||||||
|
|
||||||
|
N=synIRC
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.synirc.net
|
||||||
|
|
||||||
|
N=Techtronix
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.techtronix.net
|
||||||
|
|
||||||
|
N=TURLINet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.servx.ru
|
||||||
|
|
||||||
|
N=UnderNet
|
||||||
|
L=9
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=us.undernet.org
|
||||||
|
C=MSG x@channels.undernet.org login %u %p
|
||||||
|
|
||||||
|
N=UniBG
|
||||||
|
L=9
|
||||||
|
E=CP1251
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.lirex.com
|
||||||
|
S=irc.naturella.com
|
||||||
|
S=irc.techno-link.com
|
||||||
|
C=MSG NS IDENTIFY %p
|
||||||
|
|
||||||
|
N=Worldnet
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=19
|
||||||
|
D=0
|
||||||
|
S=irc.worldnet.net
|
||||||
|
|
||||||
|
N=Xertion
|
||||||
|
L=6
|
||||||
|
E=UTF-8 (Unicode)
|
||||||
|
F=23
|
||||||
|
D=0
|
||||||
|
S=irc.xertion.org
|
||||||
|
|
0
config/hexchat/sound.conf
Normal file
0
config/hexchat/sound.conf
Normal file
|
@ -17,7 +17,7 @@ font pango:DejaVu Sans Mono 6
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec tilix
|
bindsym $mod+Return exec urxvt
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -186,7 +186,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &'
|
||||||
# Launch app on start session
|
# Launch app on start session
|
||||||
exec --no-startup-id xsettingsd &
|
exec --no-startup-id xsettingsd &
|
||||||
exec --no-startup-id compton -b
|
exec --no-startup-id compton -b
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/tilix'
|
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/geary'
|
exec --no-startup-id i3-msg 'exec /usr/bin/geary'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[window]
|
[window]
|
||||||
width=1276
|
width=1280
|
||||||
height=765
|
height=781
|
||||||
sinkInputType=1
|
sinkInputType=1
|
||||||
sourceOutputType=1
|
sourceOutputType=1
|
||||||
sinkType=0
|
sinkType=0
|
||||||
|
|
|
@ -44,87 +44,47 @@
|
||||||
*.color14: nord7
|
*.color14: nord7
|
||||||
*.color15: nord6
|
*.color15: nord6
|
||||||
|
|
||||||
! special
|
! General settins
|
||||||
!*.foreground: #d8dee8
|
URxvt.geometry: 94x47
|
||||||
!*.background: #2f343f
|
URxvt.saveLines: 10000
|
||||||
!*.cursorColor: #b48ead
|
URxvt.scrollBar: true
|
||||||
|
URxvt.scrollBar_right: true
|
||||||
|
URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
||||||
|
URxvt.scrollBar_floating: true
|
||||||
|
URxvt.scrollstyle: plain
|
||||||
|
URxvt.cursorBlink: true
|
||||||
|
URxvt.cursorUnderline: true
|
||||||
|
|
||||||
! black
|
! Colors
|
||||||
!*.color0 : #4b5262
|
URxvt.depth: 32
|
||||||
!*.color8 : #434a5a
|
!URxvt.background: rgba:2625/3232/3838/cccc
|
||||||
|
|
||||||
! red
|
|
||||||
!*.color1 : #bf616a
|
|
||||||
!*.color9 : #b3555e
|
|
||||||
|
|
||||||
! green
|
|
||||||
!*.color2 : #a3be8c
|
|
||||||
!*.color10 : #93ae7c
|
|
||||||
|
|
||||||
! yellow
|
|
||||||
!*.color3 : #ebcb8b
|
|
||||||
!*.color11 : #dbbb7b
|
|
||||||
|
|
||||||
! blue
|
|
||||||
!*.color4 : #81a1c1
|
|
||||||
!*.color12 : #7191b1
|
|
||||||
|
|
||||||
! magenta
|
|
||||||
!*.color5 : #b48ead
|
|
||||||
!*.color13 : #a6809f
|
|
||||||
|
|
||||||
! cyan
|
|
||||||
!*.color6 : #89d0bA
|
|
||||||
!*.color14 : #7dbba8
|
|
||||||
|
|
||||||
! white
|
|
||||||
!*.color7 : #e5e9f0
|
|
||||||
!*.color15 : #d1d5dc
|
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Font configuration
|
! Font configuration
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
URxvt*font: xft:M+ 1mn:regular:size=8
|
URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true
|
||||||
URxvt*boldFont: xft:M+ 1mn:bold:size=8
|
URxvt.boldFont: xft:DejaVu Sans Mono:size=9
|
||||||
URxvt*italicFont: xft:M+ 1mn:italic:size=8
|
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9
|
||||||
URxvt*boldItalicFont: xft:M+ 1mn:bold italic:size=8
|
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Xft Font Configuration
|
! Xft Font Configuration
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
Xft.autohint: 0
|
!Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
!Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintslight
|
!Xft.hintstyle: hintslight
|
||||||
Xft.hinting: 1
|
!Xft.hinting: 1
|
||||||
Xft.antialias: 1
|
!Xft.antialias: 1
|
||||||
Xft.rgba: rgb
|
!Xft.rgba: rgb
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! URxvt configs
|
! URxvt configs
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
|
||||||
! font spacing
|
|
||||||
URxvt*letterSpace: 0
|
|
||||||
URxvt.lineSpace: 0
|
|
||||||
|
|
||||||
! general settings
|
|
||||||
URxvt*saveline: 15000
|
|
||||||
URxvt*termName: rxvt-256color
|
|
||||||
URxvt*iso14755: false
|
|
||||||
URxvt*urgentOnBell: true
|
|
||||||
|
|
||||||
! appearance
|
|
||||||
URxvt*depth: 24
|
|
||||||
URxvt*scrollBar: false
|
|
||||||
URxvt*scrollBar_right: false
|
|
||||||
URxvt*internalBorder: 24
|
|
||||||
URxvt*externalBorder: 0
|
|
||||||
URxvt.geometry: 84x22
|
|
||||||
|
|
||||||
! perl extensions
|
! perl extensions
|
||||||
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,tabbed
|
||||||
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
|
||||||
|
|
||||||
! macros for clipboard and selection
|
! macros for clipboard and selection
|
||||||
URxvt.copyCommand: xclip -i -selection clipboard
|
URxvt.copyCommand: xclip -i -selection clipboard
|
||||||
|
@ -135,10 +95,18 @@ URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||||
URxvt.keysym.M-u: perl:url-select:select_next
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||||||
URxvt.urlLauncher: firefox
|
|
||||||
URxvt.underlineURLs: true
|
URxvt.underlineURLs: true
|
||||||
URxvt.urlButton: 1
|
URxvt.urlButton: 1
|
||||||
|
|
||||||
|
! Tab
|
||||||
|
!URxvt.tabbed.tabbar-fg: 4
|
||||||
|
!URxvt.tabbed.tabbar-bg: 0
|
||||||
|
!URxvt.tabbed.tab-fg: 7
|
||||||
|
!URxvt.tabbed.tab-bg: 14
|
||||||
|
|
||||||
|
! Auto click
|
||||||
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
|
|
||||||
! scroll one line
|
! scroll one line
|
||||||
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
||||||
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
||||||
|
@ -157,7 +125,7 @@ rofi.lines: 12
|
||||||
rofi.modi: combi
|
rofi.modi: combi
|
||||||
rofi.combi-modi: window,ssh,run,drun,emoji
|
rofi.combi-modi: window,ssh,run,drun,emoji
|
||||||
rofi.font: Droid Sans Mono 8
|
rofi.font: Droid Sans Mono 8
|
||||||
rofi.terminal: tilix
|
rofi.terminal: urxvt
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! Dmenu configs
|
! Dmenu configs
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# PATH
|
# PATH
|
||||||
export PATH=$PATH:$HOME/Android/Sdk/emulator:$HOME/Bin:$HOME/.local/bin:$HOME/Projects/dbroqua/resizePictures:/snap/bin
|
export PATH=$PATH:$HOME/Android/Sdk/emulator:$HOME/Bin:$HOME/.local/bin:$HOME/Projects/dbroqua/resizePictures:/snap/bin
|
||||||
|
|
||||||
export TERMINAL=tilix
|
export TERMINAL=urxvt
|
||||||
|
|
||||||
# AWS
|
# AWS
|
||||||
export AWS_ACCESS_KEY_ID=AKIAIEF2NED5JMNIOFXQ
|
export AWS_ACCESS_KEY_ID=AKIAIEF2NED5JMNIOFXQ
|
||||||
|
|
27
dotfiles/tmux.conf
Normal file
27
dotfiles/tmux.conf
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Start window and pane indices at 1.
|
||||||
|
set -g base-index 1
|
||||||
|
set -g pane-base-index 1
|
||||||
|
|
||||||
|
# Status bar styling and content.
|
||||||
|
set -g status-bg black
|
||||||
|
set -g status-fg white
|
||||||
|
set -g status-left '#S '
|
||||||
|
|
||||||
|
# Highlight the active window in the status bar.
|
||||||
|
set-window-option -g window-status-current-bg cyan
|
||||||
|
set-window-option -g window-status-current-fg black
|
||||||
|
|
||||||
|
# Don't prompt to kill panes/windows.
|
||||||
|
bind-key x kill-pane
|
||||||
|
bind-key & kill-window
|
||||||
|
|
||||||
|
# More intuitive split-window mappings.
|
||||||
|
bind "\\" split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
|
||||||
|
# Maximize pane, e.g. for copying.
|
||||||
|
bind-key z resize-pane -Z
|
||||||
|
|
||||||
|
# Reload tmux conf.
|
||||||
|
unbind r
|
||||||
|
bind r source-file ~/.tmux.conf\; display "Reloaded conf."
|
|
@ -1,4 +1,4 @@
|
||||||
set nu
|
set nu
|
||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=dark
|
colorscheme gruvbox
|
||||||
|
|
Loading…
Reference in a new issue