您尚未登录。

#1 2014-05-13 09:34:44

wych
论坛版主
注册时间: 2011-11-27
帖子: 103

awesome 里某一个tag 的程序到默认的screen 设置

现在大致是这样设置的

 -- {{{ 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

离线

#2 2014-05-13 17:26:29

wxg4net
会员
注册时间: 2012-01-07
帖子: 274

Re: awesome 里某一个tag 的程序到默认的screen 设置

设定 一个 默认screen_default值  快捷键更改此值。


Arch Linux User

离线

页脚