Window-Manager

i3-gaps 不適用於一個視窗

  • September 7, 2020

我對視窗管理器比較陌生,在通過 Manjaro Architect 安裝 Manjaro 後,我進入了 i3。

當打開兩個或多個視窗時,間隙工作正常,但只有一個視窗時,它們不顯示。如何將 i3-gap 也應用於單個視窗?

我將發布由 Manjaro 生成的 i3-gaps 的 i3 配置文件的圖像:

在此處輸入圖像描述

在此處輸入圖像描述

在此處輸入圖像描述

根據您的配置文件,您需要刪除(或註釋)smart_gaps on配置命令。

如上述評論中所述,直接取自您的螢幕截圖

# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on

所以 i3-gaps 實際上按預期工作。

引用自:https://unix.stackexchange.com/questions/608286