使用 Devilspie 將終端機嵌入桌面!

使用 Devilspie 將終端機嵌入桌面!

我嘗試使用 Devilspie 將終端機嵌入到我的桌面。我的問題是終端的邊界!我能做些什麼?

截圖是這樣的;

這是啟動命令

gnome-terminal --role=borderless --window-with-profile=DesktopConsole

這是;

(if
        (matches (window_name) "DesktopConsole")
        (begin
                (set_workspace 4)
                (below)
                (undecorate)
                (skip_pager)
                (skip_tasklist)
                (wintype "utility")
                (geometry "+0+0")
                (geometry "400x500")
        )
)

DesktopConsole.ds設定檔

相關內容