エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Comptonの設定を晒す - Qiita
# !/bin/bash if pgrep compton &> /dev/null; then echo "Turning compton OFF" pkill compton & else ... # !/bin/bash if pgrep compton &> /dev/null; then echo "Turning compton OFF" pkill compton & else echo "Turning compton ON" compton -b --config $HOME/.config/compton/compton.conf fi exit 0 # Shadow shadow = true; # no-dnd-shadow = true; # no-dock-shadow = true; clear-shadow = true; shadow-radius = 4; shadow-offset-x = -5; shadow-offset-y = -5; shadow-opacity = 0.7; # shadow-red = 0.0; # shadow-gree

