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