diff options
author | Joe <rbo@gmx.us> | 2024-10-15 11:09:58 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-10-15 11:09:58 +0200 |
commit | e9d85173256f9493b0349f92323792f3e4a598ea (patch) | |
tree | 5a85548818c171ed39cb50a51605f499fe98f19f | |
parent | up (diff) | |
download | dotfiles-bsd-e9d85173256f9493b0349f92323792f3e4a598ea.tar.gz dotfiles-bsd-e9d85173256f9493b0349f92323792f3e4a598ea.tar.bz2 dotfiles-bsd-e9d85173256f9493b0349f92323792f3e4a598ea.tar.xz dotfiles-bsd-e9d85173256f9493b0349f92323792f3e4a598ea.tar.zst dotfiles-bsd-e9d85173256f9493b0349f92323792f3e4a598ea.zip |
up
-rwxr-xr-x | .local/bin/dmapps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index fce0bb0..e77017f 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -207,7 +207,7 @@ sub run exec("/opt/forticlient/gui/FortiClient-linux-x64/FortiClient"); } case "Teams" { - exec("teams"); + exec("nixGL", "teams-for-linux"); } else { return; |