minor tweaks
This commit is contained in:
parent
12ec43ea4e
commit
4088c1413c
2 changed files with 13 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ echo "${host#*@}"
|
||||||
alacritty -T "${icon} ${host#*@}" -e bash -c '\
|
alacritty -T "${icon} ${host#*@}" -e bash -c '\
|
||||||
eval $(ssh-agent) &> /dev/null; \
|
eval $(ssh-agent) &> /dev/null; \
|
||||||
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
|
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
|
||||||
ssh -A '"${host}"
|
TERM=xterm-256color ssh -A '"${host}"
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,18 @@ suspend_cmd = ["systemctl", "suspend"]
|
||||||
browser_newtab = [ "Penelope", "https://cloud.pogmom.me" ]
|
browser_newtab = [ "Penelope", "https://cloud.pogmom.me" ]
|
||||||
filemanager = [ "~/Documents"]
|
filemanager = [ "~/Documents"]
|
||||||
terminal = [ "~" ]
|
terminal = [ "~" ]
|
||||||
|
[[profiles.scripts]]
|
||||||
|
name = "pogmommy-omen-328p1aa"
|
||||||
|
icon = ""
|
||||||
|
command = "ssh-agent-handler.sh pogmommy@pogmommy-omen-328p1aa "
|
||||||
|
[[profiles.scripts]]
|
||||||
|
name = "pogmommy-apple-a2337"
|
||||||
|
icon = ""
|
||||||
|
command = "ssh-agent-handler.sh pogmommy@pogmommy-apple-a2337 "
|
||||||
|
[[profiles.scripts]]
|
||||||
|
name = "pg-cosmo-01238"
|
||||||
|
icon = ""
|
||||||
|
command = "ssh-agent-handler.sh pogmommy@pg-cosmocom-01238 "
|
||||||
[[profiles.scripts]]
|
[[profiles.scripts]]
|
||||||
name = "Light Toggle"
|
name = "Light Toggle"
|
||||||
icon = ""
|
icon = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue