我的jumpexe 函数是从网上抄的
DestroyFunc JumpExec
AddToFunc JumpExec
+ I All ($0) WindowListFunc
+ I None ($0) Exec exec $* &
定义了一个绑定
Key F2 A A JumpExec google-chrome
用34版本的google-chrome-stable , 按F2 会聚焦到chrome 或者开启一个chrome.
但是升级了google-chrome, 按F2 会不停的打开新的chrome 窗口。
怎么解决啊?
升级了google-chrome, fvwm 的jumpexe 失败
-
- 帖子: 60
- 注册时间: 2008-04-30 9:58
-
- 帖子: 60
- 注册时间: 2008-04-30 9:58
Re: 升级了google-chrome, fvwm 的jumpexe 失败
DestroyFunc WindowListFunc
AddToFunc WindowListFunc
+ I Raise
+ I FlipFocus
AddToFunc WindowListFunc
+ I Raise
+ I FlipFocus
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
Re: 升级了google-chrome, fvwm 的jumpexe 失败
I All ($0) WindowListFunc
说明这句没通过,一直返回None嘛。
这破软件,估计都不进窗口列表了。从来就不遵循linux的规则。随他去吧。
说明这句没通过,一直返回None嘛。
这破软件,估计都不进窗口列表了。从来就不遵循linux的规则。随他去吧。
● 鸣学
-
- 帖子: 60
- 注册时间: 2008-04-30 9:58
Re: 升级了google-chrome, fvwm 的jumpexe 失败
专门写了一个函数来处理google-chrome
DestroyFunc JumpGo
AddToFunc JumpGo
+ I All (*Google*) WindowListFunc
+ I None (*Google*) Exec exec google-chrome &
DestroyFunc JumpGo
AddToFunc JumpGo
+ I All (*Google*) WindowListFunc
+ I None (*Google*) Exec exec google-chrome &
-
- 帖子: 60
- 注册时间: 2008-04-30 9:58
Re: 升级了google-chrome, fvwm 的jumpexe 失败
修改了一下jumpexe
DestroyFunc JumpExec
AddToFunc JumpExec
+ I All ($0) WindowListFunc
+ I None ($0) Exec exec $1 &
########3
Key F2 A A JumpExec *Google* google-chrome
DestroyFunc JumpExec
AddToFunc JumpExec
+ I All ($0) WindowListFunc
+ I None ($0) Exec exec $1 &
########3
Key F2 A A JumpExec *Google* google-chrome