如何使 pidgin 始终位于顶部并始终位于 Gnome 中所有可见的工作区中,无论我是否重新启动它?
答案1
我曾经用过魔鬼派来做这件事。不过已经有一段时间了。
来自上面链接的页面:
1)安装魔鬼派(一个小型的窗口匹配实用程序)
yum install devilspie
# or
yum install gdevilspie
2)在 ~/.devilspie 目录中创建 gcalctool.ds 文件并输入以下几行:
(if
(is (application_name) "gcalctool")
(begin
(above)
)
)
3)将 Devil's Pie 设置为在会话管理器中用户登录时启动,打开会话首选项并添加启动程序系统 -> 首选项 -> 个人 -> 会话 [添加]
# fill the input fields:
Name -> Devil's Pie
Command -> /usr/bin/devilspie
Comment -> gcalctool stays on top
所描述的使窗口“始终在最前面”的过程并不重要,但我希望它是有帮助的。