Create launch_compton.sh
This commit is contained in:
parent
5c1d0614a9
commit
713dd0c073
@ -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
7
launch_compton.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Terminate all running instances of compton
|
||||
killall -q compton
|
||||
|
||||
# Launch compton
|
||||
compton -b
|
Loading…
x
Reference in New Issue
Block a user