Configuration for Empathy
I just started using i3 and wanted to get floating windows for whenever someones initiates a conversation (IM) over Empathy with me or vice-versa, but couldn't get the chat window to resize to a smaller window. Currently the chat window does float but it takes the entire height of the screen. I tried a few resize statements but it didn't seem to make any difference. So far here's what I have:
# Empathy
for_window [title="^Contact List"] floating enable
for_window [class="^Empathy$"] floating enable
Thanks in advance for any pointers!