页次: 1
现在大致是这样设置的
-- {{{ Rules
awful.rules.rules = {
-- All clients will match this rule.
{ rule = { },
properties = { border_width = beautiful.border_width,
border_color = beautiful.border_normal,
focus = awful.client.focus.filter,
keys = clientkeys,
buttons = clientbuttons } },
{ rule = { class = "Firefox" },
properties = { tag = tags[1][3] } },
}
有时候也接上外界显示器,就把外界屏幕作为常用的screen了。这时候想把原来tag[1][3] 的默认到tag[2][3] 上,除了用screen.count() 做判断就是这样:
if screen.count() == 1
rules ......
.....
还是什么好的办法?
Twitter@wych42
离线
设定 一个 默认screen_default值 快捷键更改此值。
Arch Linux User
离线
页次: 1