New backup 2025-09-20 17:45:01
This commit is contained in:
parent
279efea753
commit
40c9b17f97
1 changed files with 20 additions and 12 deletions
|
@ -24,33 +24,41 @@ scale = 0.75
|
||||||
name = "Penelope"
|
name = "Penelope"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents"
|
directory = "~/Documents"
|
||||||
[profiles.browser]
|
[profiles.programs.browser]
|
||||||
profile = "Penelope"
|
args = [ "--profile", "Penelope", "https://cloud.pogmom.me" ]
|
||||||
startpage = "https://cloud.pogmom.me"
|
#[profiles.browser]
|
||||||
|
# profile = "Penelope"
|
||||||
|
# startpage = "https://cloud.pogmom.me"
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Development"
|
name = "Development"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Development"
|
directory = "~/Development"
|
||||||
[profiles.browser]
|
[profiles.programs.browser]
|
||||||
profile = "development"
|
args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
||||||
startpage = "https://hass.pogmom.me"
|
#[profiles.browser]
|
||||||
|
# profile = "development"
|
||||||
|
# startpage = "https://hass.pogmom.me"
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Housing"
|
name = "Housing"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Housing"
|
directory = "~/Documents/Housing"
|
||||||
[profiles.browser]
|
[profiles.programs.browser]
|
||||||
profile = "housing"
|
args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
||||||
startpage = "https://eugenesca.com"
|
#[profiles.browser]
|
||||||
|
# profile = "housing"
|
||||||
|
# startpage = "https://eugenesca.com"
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Work"
|
name = "Work"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Work/LaneCC"
|
directory = "~/Documents/Work/LaneCC"
|
||||||
[profiles.browser]
|
[profiles.programs.browser]
|
||||||
profile = "Work"
|
args = [ "--profile", "Work", "https://lanecc.edu" ]
|
||||||
startpage = "https://lanecc.edu"
|
#[profiles.browser]
|
||||||
|
# profile = "Work"
|
||||||
|
# startpage = "https://lanecc.edu"
|
||||||
|
|
||||||
#[profiles.personal]
|
#[profiles.personal]
|
||||||
#name = "test"
|
#name = "test"
|
||||||
|
|
Loading…
Add table
Reference in a new issue