The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Configuration for Empathy

asked Aug 29 '12

omaciel gravatar image

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!

1 answer

Sort by » oldest newest most voted
0

answered Aug 29 '12

updated Aug 29 '12

I am using Pidgin, but I believe the problem is similar with yours. I notice this as well, specially when you just change your configuration the first time... I am not sure about the code running it, but somehow i3 remembers (caches?) the dimension of the window (probably if it has no standard definitions from which i3 relies on to display the window - it is pretty much a standard, but recent DE kind of solve that for them so many applications just got careless about it, I reckon).

In short, after you open the window, which in in the same dimension as it was tiled, just manually (with the mouse, or key bindings) resize the window, then close it. The next time you open it, it should be fixed.

By the way, this is my config for pidgin:

for_window [class="^Pidgin$"] floating enable
for_window [class="^Pidgin$" title="^Buddy List$"] floating disable

(I want the list to be tiled. Note: The order of the commands does matter)

Comments

Hey Bruno, thanks for your reply. That worked for me, once I resized the windows themselves. :)

omaciel gravatar imageomaciel (Sep 8 '12)edit

Question Tools

Stats

Asked: Aug 29 '12

Seen: 379 times

Last updated: Aug 29 '12