From 713dd0c073413acf3f379cdd636b86af4bcab17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Tue, 1 Feb 2022 00:32:21 +0300 Subject: [PATCH] Create launch_compton.sh --- README.md | 7 +++++++ launch_compton.sh | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 launch_compton.sh diff --git a/README.md b/README.md index 37bbc61..43c5391 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,10 @@ generates and deploys my polybar configuration with color parameters. significan dependencies: - [launch_polybar.sh](https://github.com/fybalaban/scripts#launch_polybarsh) - [polybar](https://github.com/polybar/polybar) (I mean how can you use this config without polybar?) + +### launch_compton.sh + +restarting i3 using $mod+shift+r causes multiple instances of compton to be created :) i noticed that when the CPU temperature hit 85 degrees :) never doing that again :) + +dependencies: + - [compton](https://github.com/chjj/compton) diff --git a/launch_compton.sh b/launch_compton.sh new file mode 100644 index 0000000..8000d6d --- /dev/null +++ b/launch_compton.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Terminate all running instances of compton +killall -q compton + +# Launch compton +compton -b