diff options
| author | Kumar Damani <kdamani@kepler.space> | 2020-11-13 20:18:22 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2020-11-13 20:18:22 +0000 |
| commit | 630731727a4c1a896c5ba16abca76a997a04402e (patch) | |
| tree | 8d2663c0d919ff5918b432a5af05d814a2b4123d /Scripts | |
| parent | 080122ada81f025b0d762f4ed8f241920da8c2c7 (diff) | |
updated compton
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/.config/Scripts/autostart.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Scripts/.config/Scripts/autostart.sh b/Scripts/.config/Scripts/autostart.sh index 7fb9e41..52ef165 100755 --- a/Scripts/.config/Scripts/autostart.sh +++ b/Scripts/.config/Scripts/autostart.sh @@ -17,7 +17,7 @@ xset s off -dpms run dunst run nm-applet run blueman-applet -run compton +run compton --config ~/.config/compton.conf setbg ~/.config/wall.png FEDORA=$(hostnamectl | grep -qw Fedora && echo $?) @@ -48,3 +48,4 @@ else run st -c dropdown -e tmux -f ~/.config/tmux/tmux_start.conf attach run st -c math -e bc fi + |
