LoginSignup
0
0

More than 5 years have passed since last update.

awesome wm で特定の chrome extension のみの rule を設定する

Posted at

WM_CLASS の 1 番目には各 chrome extension 固有の値が入る。
これを instance に指定すればいい。

WM_CLASS は xprop を実行してウィンドウをクリックすれば表示される。

艦これウィジェットの例

awful.rules.rules = {
  { rule = { instance = "crx_iachoklpnnjfgmldgelflgifhdaebnol" },
    properties = { floating = true, ontop = true } },
}

これで、普段は tile 化されて欲しいけれど艦これウィジェットだけ float がいいな〜とかができる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0