This is my modification of "Irssi in Mac OS X Notification Center" for weechat
This guide will explain how you can make irc messages in a screen on a remote server appear in your Mac OS X Notification Center with the help of terminal-notifier.
| ; /usr/share/pulseaudio/alsa-mixer/profile-sets/astro-a50-gen4.conf | |
| [General] | |
| auto-profiles = yes | |
| [Mapping analog-voice] | |
| description = Voice | |
| device-strings = hw:%f,0,0 | |
| channel-map = left,right | |
| paths-output = steelseries-arctis-output-chat-common |
This is my modification of "Irssi in Mac OS X Notification Center" for weechat
This guide will explain how you can make irc messages in a screen on a remote server appear in your Mac OS X Notification Center with the help of terminal-notifier.
| /** | |
| * Add basic filtering to Ext.tree.Panel. Add as a mixin: | |
| * mixins: { | |
| * treeFilter: 'MyApp.lib.TreeFilter' | |
| * } | |
| */ | |
| Ext.define('MyApp.lib.TreeFilter', { | |
| filterByText: function(text) { | |
| this.filterBy(text, 'text'); | |
| }, |