如何默认禁用 Zathura 的状态栏?

Cha*_*bon 4 linux unix pdf zathura

我想在打开 Zathura 时默认隐藏状态栏(通常用^n完成)

状态栏的图像(在红色框中的底部突出显示) 萨图拉状态栏

小智 6

在 zathurarc 中,使用

set guioptions none
Run Code Online (Sandbox Code Playgroud)

从手册页

guioptions
       Shows  or  hides GUI elements.  When it contains 'c', the command line is showed.  When it
       contains 's', the statusbar is showed.

       · Value type: String

       · Default value: s
Run Code Online (Sandbox Code Playgroud)

即使没有明确提到值“none”,它似乎也有效。