Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
独自のgnome端末で実行されているいくつかのプロセスを生成していますが、スクロールバーを表示したくありません。xterm +sb その特定のウィンドウのスクロールバーをオフにするようなものはありますか?
xterm +sb
gnome-terminal を起動し、メニューで [編集] -> [プロファイル] を選択します。新しいプロファイルを作成し、'NoScrollbar' という名前を付けます。プロファイル設定で、[スクロール] タブに移動し、スクロールバーを [無効] に設定します。新しいプロファイルで新しい端末を起動するには、次のコマンドを実行します。
$ gnome-terminal --window-with-profile=NoScrollbar