26 lines
544 B
TOML
26 lines
544 B
TOML
title_length = 20
|
|
window_icons = [
|
|
[""," — LibreWolf"],
|
|
[""," — Alacritty"],
|
|
[""," - VSCodium"]
|
|
]
|
|
programs = [
|
|
filemanager = "dolphin --new-window",
|
|
browser = "librewolf-profile"
|
|
]
|
|
profiles = [
|
|
[
|
|
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"
|
|
]
|
|
]
|