Skip to content

Instantly share code, notes, and snippets.

@sonota88
Last active March 23, 2023 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonota88/74f70427066bbc73c1e9a09b68b881b7 to your computer and use it in GitHub Desktop.
Save sonota88/74f70427066bbc73c1e9a09b68b881b7 to your computer and use it in GitHub Desktop.
asciidoc test
ああああ \
いいいい
ああああ いいいい
— うううう

hoge piyo

fdsa


JSON

json4s

■ LXQt の quick launch

~/.config/lxqt/panel.conf


--------------------------------
■ lxqt panel のタスク一覧を2段にしたい

パネルを設定>パネル>列の数


--------------------------------
■ lxqt: ウィンドウ最小化・復帰のアニメーションを無効化

コンフィグレーションセンター>Openbox設定マネージャー(Qtバージョン)
  - 外観>ウィンドウ>アイコン化と復帰をアニメーションする
    (Animate icovify and restore)
  - デスクトップ>デスクトップの数


--------------------------------
■ konsole のプロファイル設定

~/.local/share/konsole/


--------------------------------
■ Dolphin のアイコンテーマ変更

設定>LXQt settings>LXQt外観の設定
アイコンテーマ

h1

Table of Contents

h2

h3

h2-2

_get_project_dir() {
  local real_path="$(readlink --canonicalize "$0")"
  (
    cd "$(dirname "$real_path")"
    pwd
  )
}

inline

monospace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment