Files
james-utils/config/switchrun/apps.nuon
T
2026-08-26 13:36:39 -04:00

125 lines
3.8 KiB
Plaintext

[ { name: "Firefox - Personal"
, app_id: "firefox_personal"
, exec: "/usr/lib/firefox/firefox"
, args: ["--class=firefox_personal", "-P", "personal", "--name=firefox_personal"]
, tags: ["browser"]
}
, { name: "Firefox - Flipstone"
, app_id: "firefox_flipstone"
, exec: "/usr/lib/firefox/firefox"
, args: ["--class=firefox_flipstone", "-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 (Local)"
, app_id: "lol.roo.term.local-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-unix", "--theme", "Ef-Dream", "--font", "Hurmit Nerd Font Mono"]
, tags: ["terminals"]
}
, { name: "WezTerm (pandemic.brechtel)"
, app_id: "lol.roo.term.pandemic.brechtel"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "pandemic.brechtel", "--theme", "Ef-Night", "--font", "ZedMono Nerd Font Mono"]
, tags: ["terminals"]
}
, { name: "WezTerm (Flipstone - Host)"
, app_id: "lol.roo.term.local-flipstone-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-flipstone-unix", "--theme", "Ef-Maris-Dark", "--font", "Agave Nerd Font Mono"]
, tags: ["terminals"]
}
, { name: "WezTerm (Flipstone - Agent)"
, app_id: "lol.roo.home.term.flipstone-dev"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "flipstone-dev", "--theme", "Ef-Bio", "--font", "IosevkaTermSlab Nerd Font"]
, tags: ["terminals"]
}
, { name: "WezTerm-Flipstone-FSDB"
, app_id: "lol.roo.term.local-flipstone-fsdb-unix"
, exec: "/home/jbrechtel/bin/wez"
, args: ["--domain", "local-flipstone-fsdb-unix", "--theme", "Ef-Duo-Dark", "--font", "Terminess Nerd Font Mono", "--font_size", "11"]
, 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"]
}
, { name: "Freetube"
, app_id: "freetube"
, exec: "/usr/bin/freetube"
, args: []
, tags: ["browser"]
}
]