added ssh-terminal

This commit is contained in:
Shihaam Abdul Rahman 2023-07-31 08:17:03 +05:00
parent 28dce4b836
commit 9c6b39aa4b
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 5 additions and 0 deletions

View File

@ -74,3 +74,5 @@ then
mkdir /home/shihaam/.config/picom/
ln -s $PWD/config/picom/picom.conf $HOME/.config/picom/picom.conf
fi
# install screen key please add it here

3
scripts/ssh-terminal Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
/sbin/xfce4-terminal -e "ssh $1"