Created
November 16, 2019 14:45
-
-
Save sabrehagen/51f791bf3c5ed46cb8db966549e68775 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"command": [ | |
"alacritty" | |
], | |
"working_directory": "/home/jackson" | |
}, | |
{ | |
"command": [ | |
"/usr/share/code/code", | |
"/home/jackson/.config/i3/config", | |
"--no-sandbox" | |
], | |
"working_directory": "/home/jackson" | |
}, | |
{ | |
"command": [ | |
"pcmanfm" | |
], | |
"working_directory": "/home/jackson" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment