Skip to content

Instantly share code, notes, and snippets.

@sabrehagen
Created November 16, 2019 14:45
Show Gist options
  • Select an option

  • Save sabrehagen/62811aa8b7e54bba4e3a56ff19a016f7 to your computer and use it in GitHub Desktop.

Select an option

Save sabrehagen/62811aa8b7e54bba4e3a56ff19a016f7 to your computer and use it in GitHub Desktop.

Revisions

  1. sabrehagen created this gist Nov 16, 2019.
    22 changes: 22 additions & 0 deletions workspace_2:  |  | _programs.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    [
    {
    "command": [
    "/usr/bin/google-chrome"
    ],
    "working_directory": "/home/jackson"
    },
    {
    "command": [
    "/usr/share/code/code",
    "/home/jackson/.config/i3/config",
    "--no-sandbox"
    ],
    "working_directory": "/home/jackson"
    },
    {
    "command": [
    "/usr/bin/google-chrome"
    ],
    "working_directory": "/home/jackson"
    }
    ]