Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Last active August 8, 2022 01:48
Show Gist options
  • Select an option

  • Save luckylittle/ba8f0a34bb4607514be1bc6958bcb8b9 to your computer and use it in GitHub Desktop.

Select an option

Save luckylittle/ba8f0a34bb4607514be1bc6958bcb8b9 to your computer and use it in GitHub Desktop.
An example of running SSH session via Desktop icon
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal
Exec=/usr/bin/zsh -c "source ~/.zshrc ; tmux new-window -n PF ssh PF"
Icon=utilities-terminal
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.28.3
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
X-GNOME-SingleWindow=false
Name[en_AU]=SSH PF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment