diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-18 02:17:04 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-18 02:17:04 -0700 |
commit | 6fe9ca3ba29225ce1ac54bf505336427da9b6b34 (patch) | |
tree | d148421784de64bc7395ac239f2c9298b5f56974 /.local | |
parent | f5c6667308cef294def45f51a82042012a408df4 (diff) |
refactor
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/topa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/topa b/.local/bin/topa index a69d917b..5cbdc1fc 100755 --- a/.local/bin/topa +++ b/.local/bin/topa @@ -2,5 +2,5 @@ alacritty -e radeontop & alacritty -e sudo nethogs & -alacritty -e sudo iotop & -htop +alacritty -e htop & +sudo iotop |