New backup 2025-09-16 14:00:01
This commit is contained in:
parent
952b0e088c
commit
efbc6df797
1 changed files with 13 additions and 6 deletions
|
@ -7,9 +7,16 @@ window_icons = [
|
||||||
#[programs]
|
#[programs]
|
||||||
#filemanager = "dolphin --new-window",
|
#filemanager = "dolphin --new-window",
|
||||||
#browser = "librewolf-profile"
|
#browser = "librewolf-profile"
|
||||||
profiles = [
|
#[profiles]
|
||||||
school.name = "school",
|
[profiles.personal]
|
||||||
school.icon = "t"
|
personal.name = "personal"
|
||||||
{ name = "Personal", icon = "", browser_profile = "Penelope", browser_url = "https://cloud.pogmom.me", directory = "~/Documents" },
|
personal.icon = "p"
|
||||||
{ name = "Development", icon = "", browser_profile = "Development", browser_url = "https://hass.pogmom.me", directory = "~/Development" }
|
personal.browser_profile = "test"
|
||||||
]
|
personal.browser_url = "https://test"
|
||||||
|
personal.directory = ""
|
||||||
|
#profiles = [
|
||||||
|
#school.name = "school",
|
||||||
|
#school.icon = "t",
|
||||||
|
# { name = "Personal", icon = "", browser_profile = "Penelope", browser_url = "https://cloud.pogmom.me", directory = "~/Documents" },
|
||||||
|
# { name = "Development", icon = "", browser_profile = "Development", browser_url = "https://hass.pogmom.me", directory = "~/Development" }
|
||||||
|
#]
|
||||||
|
|
Loading…
Add table
Reference in a new issue