エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
#!/bin/bash if pgrep compton &> /dev/null; then echo "Turning compton OFF" pkill compton & else e... #!/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-green