0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Brainでlinux(その4)-ターミナルの変更

Posted at

1. 初めに

i3wmの初期設定で起動するターミナルはBrainuxには重い。
Brainux標準のLXDEのLXTerminalに変更する。

2. configファイルの設定

vi ~/.config/i3/config

下記がターミナルの起動の設定部分のた変更する。

#bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec lxterminal

3. 再起動

mod+Shift+c
で設定ファイルを再読み込み
mod+Shift+r
でi3を再起動

mod+Returnでlxterminalが起動できるようになる。

4.次回予告

未定です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?