Initial commit
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
[ { name: "Firefox - Personal"
|
||||
, app_id: "firefox_personal"
|
||||
, exec: "/usr/lib/firefox/firefox"
|
||||
, args: ["--class=firefox", "-P", "personal", "--name=firefox_personal"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Firefox - Flipstone"
|
||||
, app_id: "firefox_flipstone"
|
||||
, exec: "/usr/lib/firefox/firefox"
|
||||
, args: ["--class=firefox", "-P", "flipstone", "--name=firefox_flipstone"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Obsidian"
|
||||
, app_id: "obsidian"
|
||||
, exec: "/usr/bin/obsidian"
|
||||
, args: []
|
||||
}
|
||||
, { name: "Slack"
|
||||
, app_id: "Slack"
|
||||
, exec: "/usr/bin/slack"
|
||||
, args: ["--ozone-platform=wayland", "-s", "%U"]
|
||||
}
|
||||
, { name: "Emacs"
|
||||
, app_id: "jmacs"
|
||||
, exec: "emacsclient"
|
||||
, args: ["--alternate-editor=", "--create-frame"]
|
||||
}
|
||||
, { name: "Flipstone - Standup"
|
||||
, app_id: "chrome-dokoinnladjmopjidoajilmllagdhbnc-Work"
|
||||
, exec: "/usr/bin/chromium"
|
||||
, args: ["--ozone-platform=wayland", "--profile-directory=Work", "--app-id=dokoinnladjmopjidoajilmllagdhbnc"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Flipstone - Gather"
|
||||
, app_id: "chrome-monjdkojdghbbohnhnccccmkogahhgpj-Work"
|
||||
, exec: "/usr/bin/chromium"
|
||||
, args: ["--ozone-platform=wayland", "--profile-directory=Work", "--app-id=monjdkojdghbbohnhnccccmkogahhgpj"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Text Messages"
|
||||
, app_id: "chrome-hpfldicfbfomlpcikngkocigghgafkph-Profile_1"
|
||||
, exec: "/usr/bin/chromium"
|
||||
, args: ["--ozone-platform=wayland", "--profile-directory=Profile_1", "--app-id=hpfldicfbfomlpcikngkocigghgafkph"]
|
||||
}
|
||||
, { name: "Whatsi (WhatsApp)"
|
||||
, app_id: "com.ktechpit.whatsie"
|
||||
, exec: "whatsie"
|
||||
, args: []
|
||||
}
|
||||
, { name: "Signal"
|
||||
, app_id: "signal"
|
||||
, exec: "signal-desktop"
|
||||
, args: ["--password-store=gnome-libsecret"]
|
||||
}
|
||||
, { name: "Chromium"
|
||||
, app_id: "chromium"
|
||||
, exec: "chromium"
|
||||
, args: ["--ozone-platform=wayland"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Thunar (file manager)"
|
||||
, app_id: "thunar"
|
||||
, exec: "thunar"
|
||||
, args: []
|
||||
}
|
||||
, { name: "Obsidian"
|
||||
, app_id: "obsidian"
|
||||
, exec: "/usr/bin/obsidian"
|
||||
, args: []
|
||||
}
|
||||
, { name: "WezTerm"
|
||||
, app_id: "org.wezfurlong.wezterm"
|
||||
, exec: "/usr/bin/wezterm"
|
||||
, args: []
|
||||
, tags: ["terminals"]
|
||||
}
|
||||
, { name: "WezTerm-Flipstone-Dev"
|
||||
, app_id: "lol.roo.flipstone.dev.term"
|
||||
, exec: "/usr/bin/wezterm"
|
||||
, args: ["--config", "color_scheme=\"zenbones_dark\"", "start", "--class", "lol.roo.flipstone.dev.term"]
|
||||
, tags: ["terminals"]
|
||||
}
|
||||
, { name: "WezTerm-Flipstone-FSDB"
|
||||
, app_id: "lol.roo.flipstone.fsdb.term"
|
||||
, exec: "/usr/bin/wezterm"
|
||||
, args: ["--config", "color_scheme=\"Urple\"", "start", "--class", "lol.roo.flipstone.fsdb.term"]
|
||||
, tags: ["terminals"]
|
||||
}
|
||||
, { name: "WezTerm-Home"
|
||||
, app_id: "lol.roo.home.term"
|
||||
, exec: "/usr/bin/wezterm"
|
||||
, args: ["--config", "color_scheme=\"Zenburn\"", "start", "--class", "lol.roo.home.term"]
|
||||
, tags: ["terminals"]
|
||||
}
|
||||
, { name: "Heidi"
|
||||
, app_id: "mpv"
|
||||
, exec: "mpv"
|
||||
, args: ["rtsp://camera:PMLVK2Kp4r@192.168.10.63/stream1"]
|
||||
}
|
||||
, { name: "Chromium - Personal"
|
||||
, app_id: "chromium-personal"
|
||||
, exec: "/usr/bin/chromium"
|
||||
, args: ["--class=chromium-personal", "--profile-directory=Personal"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
, { name: "Chromium - Work"
|
||||
, app_id: "chromium-work"
|
||||
, exec: "/usr/bin/chromium"
|
||||
, args: ["--class=chromium-work", "--profile-directory=Work"]
|
||||
, tags: ["browser"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user