dotfiles/homes/me/ags-end4/modules/desktopbackground/data_quicklaunches.js

14 lines
436 B
JavaScript
Raw Normal View History

2024-11-11 12:29:10 +10:00
export const quickLaunchItems = [
{
"name": "GitHub + Files×2",
"command": "github-desktop & nautilus --new-window & nautilus --new-window &"
},
{
"name": "Terminal×2",
"command": "foot & foot &"
},
{
"name": "Discord + Youtube + Github",
"command": "xdg-open 'https://discord.com/app' && xdg-open 'https://youtube.com/' && xdg-open 'https://github.com/' &"
},
]