您需要使窗口浮动,因此它在平铺布局中是 ignogrd。将此添加到上述建议中:
-- [...]
{
rule = { class = "your-app-class-here" },
properties = { floating = true },
callback = function( c )
c:geometry( { width = 200 , height = 800 } )
end
},
-- [...]
Run Code Online (Sandbox Code Playgroud)
rc.lua在表中添加一条规则awful.rules.rules,例如:
-- [...]
{
规则 = { class = "your-app-class-here" },
回调=函数(c)
c:几何({宽度= 200,高度= 800})
结尾
},
-- [...]
| 归档时间: |
|
| 查看次数: |
3396 次 |
| 最近记录: |