Last active
February 28, 2017 19:52
-
-
Save winks/406a2738ecd6c6fc1f30c045d746d67b to your computer and use it in GitHub Desktop.
Testing highlights and focus with quassel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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