logoalt Hacker News

wettyesterday at 10:38 PM2 repliesview on HN

Same here. My only complaint is I wish there was a way to make apps floating by default and then you would specify which ones you want tiled.

IME a lot of apps are easier to use in their default state. I really only use my web browser, text editor, and terminal in tiled mode.


Replies

wlonklytoday at 2:49 AM

You got me thinking, and this seems to work for me. I didn't test if the order of these blocks matters.

    [[on-window-detected]]
       if.app-id = "com.github.wez.wezterm"
       run = ["layout tiling"]

    [[on-window-detected]]
       if.app-name-regex-substring = '.'
       run = ["layout floating"]
lolivetoday at 1:40 AM

When exactly do you need floating windows?

- a happy ion2/i3 user since forever -

show 1 reply