Skip to content

Instantly share code, notes, and snippets.

@winks
Last active February 28, 2017 19:52
Show Gist options
  • Save winks/406a2738ecd6c6fc1f30c045d746d67b to your computer and use it in GitHub Desktop.
Save winks/406a2738ecd6c6fc1f30c045d746d67b to your computer and use it in GitHub Desktop.
Testing highlights and focus with quassel
# all highlights done in channel #a
# channel #p is just something that I make active in quassel for this test, regardless if focused or not
# focused/unfocused means: quassel is the active/inactive window
# toast = tray notification window
# fine
windows unfocused | channel active: #p | toast: yes | colored channel: yes
linux unfocused | channel active: #p | toast: yes | colored channel: yes
windows focused | channel active: #p | toast: no | colored channel: yes
linux unfocused | channel active: #p | toast: yes | colored channel: yes
windows unfocused | channel active: #p | toast: yes | colored channel: yes
linux focused | channel active: #p | toast: no | colored channel: yes
windows unfocused | channel active: #a | toast: yes | colored channel: no, active
linux unfocused | channel active: #a | toast: yes | colored channel: no, active
# problem?
windows unfocused | channel active: #p | toast: yes | colored channel: only blinking once
linux unfocused | channel active: #a | toast: yes | colored channel: no, active
windows unfocused | channel active: #a | toast: yes | colored channel: no, active
linux unfocused | channel active: #p | toast: yes | colored channel: only blinking once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment