nicklan / i3config

Repo for my various i3 configuration files and scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows don't float

gsingh93 opened this issue · comments

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?

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.