Skip to content

Instantly share code, notes, and snippets.

@Restoration
Last active November 2, 2016 15:47
Show Gist options
  • Select an option

  • Save Restoration/9fd66d43e17d1d7f590b16f6fbf0f4fe to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/9fd66d43e17d1d7f590b16f6fbf0f4fe to your computer and use it in GitHub Desktop.
ArchLinuxでLilyTermのインストール
$ sudo pacman -S lilyterm

よく使用するフォントをインストール

sudo pacman -S ttf-liberation

コピーしてデフォルトの設定をベースに作業開始

cp /etc/lilyterm.conf ~/.config/lilyterm/default.conf

編集開始

$ sudo nano ~/.config/lilyterm/default.conf

設定は以下のような感じにした フォント 背景 スクロールバーの表示

ウィンドウごと透過させてもよかったのだけれど タブを表示したかったので背景だけにした。

# The default font name of vte terminal.
font_name = Liberaion Mono 11


# Use transparent background.
# It will use true transparent if the window manager were composited.
transparent_background = 1

# The saturation of transparent background.
background_saturation = 0.400



# Shows scroll_bar or not.
# 0: Never shows the scroll_bar; 1: Always shows the scroll_bar.
# Left it blank: Hide when fullscreen, or scrollback_lines = 0.
show_scroll_bar =0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment