nicklan / i3config

Repo for my various i3 configuration files and scripts
123 stars 9 forks source link

Windows don't float #3

Closed gsingh93 closed 9 years ago

gsingh93 commented 9 years ago

When opening windows like yad, the window opens and tiles in the window manager instead of floating above the status bar. How did you get it to float?

nicklan commented 9 years ago

Yeah, you need to add the following to your i3 config file:

for_window [class="YADWIN"] border none
for_window [class="YADWIN"] floating enable

which will cause those windows to float. I'm gonna try and write out some more explicit instructions in the nearish future which should cover this.