Skip to content

Instantly share code, notes, and snippets.

@lonsagisawa
Last active August 29, 2015 14:01
Show Gist options
  • Save lonsagisawa/b24beacd9a8d3ee98770 to your computer and use it in GitHub Desktop.
Save lonsagisawa/b24beacd9a8d3ee98770 to your computer and use it in GitHub Desktop.
comptonの起動オプション(パフォーマンスまわりの設定は省略)
#!/bin/sh
exec compton -cCzG -t-3 -l-5 -r4 \
--config /dev/null --backend glx \
--vsync opengl-swc \
--shadow-exclude "name = 'notify-osd'" \
--shadow-exclude "_GTK_FRAME_EXTENTS@:c" \
--shadow-ignore-shaped &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment