Compare commits
2 Commits
28dce4b836
...
ce77f97011
| Author | SHA1 | Date | |
|---|---|---|---|
|
ce77f97011
|
|||
|
9c6b39aa4b
|
@@ -74,3 +74,5 @@ then
|
|||||||
mkdir /home/shihaam/.config/picom/
|
mkdir /home/shihaam/.config/picom/
|
||||||
ln -s $PWD/config/picom/picom.conf $HOME/.config/picom/picom.conf
|
ln -s $PWD/config/picom/picom.conf $HOME/.config/picom/picom.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# install screen key please add it here
|
||||||
|
|||||||
7
scripts/sensible-terminal
Executable file
7
scripts/sensible-terminal
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -z "$1" ]; then
|
||||||
|
/sbin/xfce4-terminal
|
||||||
|
else
|
||||||
|
/sbin/xfce4-terminal -e "ssh $1"
|
||||||
|
fi
|
||||||
3
scripts/ssh-terminal
Executable file
3
scripts/ssh-terminal
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
/sbin/xfce4-terminal -e "ssh $1"
|
||||||
Reference in New Issue
Block a user