Create launch_compton.sh

This commit is contained in:
Ferit Yiğit BALABAN 2022-02-01 00:32:21 +03:00
parent 5c1d0614a9
commit 713dd0c073
2 changed files with 14 additions and 0 deletions

View File

@ -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)

7
launch_compton.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Terminate all running instances of compton
killall -q compton
# Launch compton
compton -b