mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +02:00
compton: move to an helper binary
This commit is contained in:
parent
cb8b1e5434
commit
825f7b5b27
3 changed files with 10 additions and 2 deletions
|
@ -37,7 +37,7 @@ case "$1" in
|
|||
echo "$(date --rfc-3339=seconds) $me: lock: lock screen"
|
||||
pkill compton
|
||||
i3lock -n -e -i $HOME/.cache/awesome/current-wallpaper.png -t -f
|
||||
compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay &
|
||||
~/.config/awesome/bin/compton &
|
||||
echo "$(date --rfc-3339=seconds) $me: lock: unlock screen"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue