New backup 2025-09-20 18:00:02
This commit is contained in:
parent
40c9b17f97
commit
ee169ef6c1
1 changed files with 16 additions and 8 deletions
|
@ -24,8 +24,13 @@ scale = 0.75
|
|||
name = "Penelope"
|
||||
icon = ""
|
||||
directory = "~/Documents"
|
||||
[profiles.programs.browser]
|
||||
args = [ "--profile", "Penelope", "https://cloud.pogmom.me" ]
|
||||
programs = [
|
||||
browser = {"test"},
|
||||
browser1 = {"test"}
|
||||
]
|
||||
#[programs.browser]
|
||||
# args = "test"
|
||||
# args = [ "--profile", "Penelope", "https://cloud.pogmom.me" ]
|
||||
#[profiles.browser]
|
||||
# profile = "Penelope"
|
||||
# startpage = "https://cloud.pogmom.me"
|
||||
|
@ -34,8 +39,9 @@ scale = 0.75
|
|||
name = "Development"
|
||||
icon = ""
|
||||
directory = "~/Development"
|
||||
[profiles.programs.browser]
|
||||
args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
||||
[[profiles.programs.browser]]
|
||||
args = "test"
|
||||
# args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
||||
#[profiles.browser]
|
||||
# profile = "development"
|
||||
# startpage = "https://hass.pogmom.me"
|
||||
|
@ -44,8 +50,9 @@ scale = 0.75
|
|||
name = "Housing"
|
||||
icon = ""
|
||||
directory = "~/Documents/Housing"
|
||||
[profiles.programs.browser]
|
||||
args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
||||
[[profiles.programs.browser]]
|
||||
args = "test"
|
||||
# args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
||||
#[profiles.browser]
|
||||
# profile = "housing"
|
||||
# startpage = "https://eugenesca.com"
|
||||
|
@ -54,8 +61,9 @@ scale = 0.75
|
|||
name = "Work"
|
||||
icon = ""
|
||||
directory = "~/Documents/Work/LaneCC"
|
||||
[profiles.programs.browser]
|
||||
args = [ "--profile", "Work", "https://lanecc.edu" ]
|
||||
[[profiles.programs.browser]]
|
||||
args = "test"
|
||||
# args = [ "--profile", "Work", "https://lanecc.edu" ]
|
||||
#[profiles.browser]
|
||||
# profile = "Work"
|
||||
# startpage = "https://lanecc.edu"
|
||||
|
|
Loading…
Add table
Reference in a new issue