i3fyra - a few questions after using it #219
Labels
No labels
Arch PKGBUILD
bug
build
commandline
duplicate
enhancement
font
good first issue
help wanted
implemented
is-it-really-a-bug?
necromancy
not-reproducable
question
reproducable
rofi
solved?
stalled
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/i3ass#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am trying out i3fyra and it seems pretty convenient so far. I have a few questions:
Is there a way to show the container id on the title bar of a window? For example if Thunar is on container D it would show "D: Thunar" instead of simply "Thunar". Then if I moved it to say container A the title bar would change to "A: Thunar". This would help me get a handle of which containers are in use as I experiment with how i3fyra handles container/window movements.
Could windows be "locked: to containers somehow? Say I want firefox to always be in container C so it will never move from that container.
Is it best to use i3-save-tree and append-layout to save/restore layouts at i3 start? Will this work to setup the i3fyra layout or is there another method?
Thanks!
Thanks for trying i3fyra!
There is always a way. One could write a script that gets triggered when a new window is getting focused and update the title_format. But i3 ipc subscribe is not notified when one simply moves a window, so it will not be bullet proof. A simpler approach would be to make a script that updates the title_format on all visible windows when triggered (from a keybinding or similar). You can achieve this by using the output of
i3list.no
i3fyra is an alternative to i3-save-tree/append-layout and i don't think they will work well together. I would recommend using
i3kingto automatically place windows in i3fyra containers when they are created.To keep the same layout add something like this to your i3 config:
Thanks for the replies. I'll continue to look into everything. I need to rewatch all the youtube videos after using the i3ass system for a bit.