People,
I have looked at the Sway and i3 cheat sheets but I can't find anything - there are Hot Keys for rearranging windows: stacked, tabbed, toggle split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
etc.
Thanks,
Phil.
People,
Sorry for replying to my own post but I got a DKIM complaint note so I am replying to see if I have fixed that problem . . it would still be good to get a response re my original question though!
Thanks,
Phil.
On 2021-08-17 12:02, Philip Rhoades wrote:
People,
I have looked at the Sway and i3 cheat sheets but I can't find anything - there are Hot Keys for rearranging windows: stacked, tabbed, toggle split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
etc.
Thanks,
Phil.
DKIM Test #2
On 2021-08-17 13:16, Philip Rhoades wrote:
People,
Sorry for replying to my own post but I got a DKIM complaint note so I am replying to see if I have fixed that problem . . it would still be good to get a response re my original question though!
Thanks,
Phil.
On 2021-08-17 12:02, Philip Rhoades wrote:
People,
I have looked at the Sway and i3 cheat sheets but I can't find anything - there are Hot Keys for rearranging windows: stacked, tabbed, toggle split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
etc.
Thanks,
Phil.
Hi Philip,
Philip Rhoades phil@pricom.com.au writes:
People,
I have looked at the Sway and i3 cheat sheets but I can't find anything
- there are Hot Keys for rearranging windows: stacked, tabbed, toggle
split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
at least i3 definitely does not support something like this out of the box. This looks more like a predefined layout which is supported by other window managers like dwm or awesome.
Cheers,
Dan
Dan,
On 2021-08-17 16:12, Dan Čermák wrote:
Hi Philip,
Philip Rhoades phil@pricom.com.au writes:
People,
I have looked at the Sway and i3 cheat sheets but I can't find anything
- there are Hot Keys for rearranging windows: stacked, tabbed, toggle
split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
at least i3 definitely does not support something like this out of the box. This looks more like a predefined layout which is supported by other window managers like dwm or awesome.
I thought that might be the case - oh well . . As I get more familiar with the setup, I will see if can create some sort of "macro" to do what I want . . I just worked out that in config I can use "bindsym ... exec" to run shell scripts so I will see how I go . .
Thanks for responding!
Regards,
Phil.
Hi Philip,
Philip Rhoades phil@pricom.com.au writes:
Dan,
On 2021-08-17 16:12, Dan Čermák wrote:
Hi Philip,
Philip Rhoades phil@pricom.com.au writes:
People,
I have looked at the Sway and i3 cheat sheets but I can't find anything
- there are Hot Keys for rearranging windows: stacked, tabbed, toggle
split - but shouldn't there be one for a grid? ie four windows would be displayed like:
+-----+-----+ | | | +-----+-----+ | | | +-----+-----+
five would be:
+---+---+---+ | | | | +---+- -+---+ | | | +-----+-----+
at least i3 definitely does not support something like this out of the box. This looks more like a predefined layout which is supported by other window managers like dwm or awesome.
I thought that might be the case - oh well . . As I get more familiar with the setup, I will see if can create some sort of "macro" to do what I want . . I just worked out that in config I can use "bindsym ... exec" to run shell scripts so I will see how I go . .
At least with i3 you can script just about anything using the IPC interface: https://i3wm.org/docs/ipc.html
Cheers,
Dan
Dan,
On 2021-08-19 06:29, Dan Čermák wrote:
Hi Philip,
. .
I thought that might be the case - oh well . . As I get more familiar with the setup, I will see if can create some sort of "macro" to do what I want . . I just worked out that in config I can use "bindsym ... exec" to run shell scripts so I will see how I go . .
At least with i3 you can script just about anything using the IPC interface: https://i3wm.org/docs/ipc.html
Ah interesting - I will check that out!
Thanks,
Phil.