Skip to content

Instantly share code, notes, and snippets.

@rowland007
Last active February 3, 2019 00:59
Show Gist options
  • Save rowland007/9ad628d70cb86b09310346cbabd6e612 to your computer and use it in GitHub Desktop.
Save rowland007/9ad628d70cb86b09310346cbabd6e612 to your computer and use it in GitHub Desktop.
A desktop file that will open Google Chrome straight to Facebook and not allow other tabs
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Facebook
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app=https://facebook.com/
Icon=/home/user/.local/share/images/fb.jpg
NoDisplay=true
StartupWMClass=chrome_facebook
# Place this file in /home/$USER/.local/share/applications or /usr/share/applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment