简体   繁体   English

很棒的 WM:在不改变布局的情况下重新排列窗口

[英]Awesome WM: Rearrange windows without changing layout

I'm entirely new to Awesome and Lua, but what I would like to achieve is to cycle through different arrangements of my windows within the same window-layout.我对 Awesome 和 Lua 完全陌生,但我想实现的是在同一窗口布局中循环浏览我的窗口的不同排列。 Maybe I didn't use the correct search terms, but a simple Google search didn't yield anything helpful, and I don't want to take the time to study the Lua API to do it myself from scratch.也许我没有使用正确的搜索词,但是一个简单的谷歌搜索没有产生任何有用的东西,我不想花时间研究 Lua API 自己从头开始。

Say I have 3 tiles arranged like this in some arbitrary order:假设我有 3 个以任意顺序排列的图块:

+------+-------+
|      |       |
|      |       |
+------+       |
|      |       |
|      |       |
+------+-------+

Now I want to easily make the window that I'm focussing on appear in the big right-hand tile without cycling through all the different layouts using Super-Space.现在我想轻松地使我关注的窗口出现在右侧的大图块中,而无需使用 Super-Space 循环浏览所有不同的布局。

Any thoughts on how to achieve this?关于如何实现这一目标的任何想法?

If I'm understanding your question correctly, you want the focused window to become the master window - correct? 如果我正确理解你的问题,你希望聚焦窗口成为主窗口 - 对吗? If so, you may want to have a look here: http://awesome.naquadah.org/wiki/Awesome_3.x#Window_manager_control . 如果是这样,你可能想看看这里: http//awesome.naquadah.org/wiki/Awesome_3.x#Window_manager_control It says Mod4+control+return swaps focused client with master - which, as far as I can tell, is what you want to achieve (Mod4 is the super key). 它说Mod4 +控制+返回交换聚焦客户端与主 - 据我所知,这是你想要实现的(Mod4是超级密钥)。

Despite tiling wm does not imply mouse using, it still work. 尽管平铺wm并不意味着使用鼠标,但它仍然可以工作。 You can simply drag and drop window on wanted place when holding Mod4 key. 您可以在按住Mod4键时将窗口拖放到所需位置。

您也可以使用mod4/super键和shift keyk向后mod4+shift+j视口上的选定窗口,使用mod4+shift+j向前mod4+shift+j视口上的选定窗口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM