71 lines
1.8 KiB
TOML
71 lines
1.8 KiB
TOML
title_length = 20
|
|
window_icons = [
|
|
[""," — LibreWolf"],
|
|
[""," — Alacritty"],
|
|
[""," - VSCodium"]
|
|
]
|
|
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
|
#[programs]
|
|
[programs.filemanager]
|
|
name = "Dolphin"
|
|
command = "dolphin"
|
|
arguments = ["--new-window"]
|
|
[programs.browser]
|
|
name = "Librewolf"
|
|
command = "librewolf-profile"
|
|
arguments = []
|
|
|
|
[lock]
|
|
blur = 10.0
|
|
scale = 0.75
|
|
|
|
#[profiles]
|
|
[[profiles]]
|
|
name = "Penelope"
|
|
icon = ""
|
|
directory = "~/Documents"
|
|
[profiles.programs.browser]
|
|
args = [ "--profile", "Penelope", "https://cloud.pogmom.me" ]
|
|
#[profiles.browser]
|
|
# profile = "Penelope"
|
|
# startpage = "https://cloud.pogmom.me"
|
|
|
|
[[profiles]]
|
|
name = "Development"
|
|
icon = ""
|
|
directory = "~/Development"
|
|
[profiles.programs.browser]
|
|
args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
|
#[profiles.browser]
|
|
# profile = "development"
|
|
# startpage = "https://hass.pogmom.me"
|
|
|
|
[[profiles]]
|
|
name = "Housing"
|
|
icon = ""
|
|
directory = "~/Documents/Housing"
|
|
[profiles.programs.browser]
|
|
args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
|
#[profiles.browser]
|
|
# profile = "housing"
|
|
# startpage = "https://eugenesca.com"
|
|
|
|
[[profiles]]
|
|
name = "Work"
|
|
icon = ""
|
|
directory = "~/Documents/Work/LaneCC"
|
|
[profiles.programs.browser]
|
|
args = [ "--profile", "Work", "https://lanecc.edu" ]
|
|
#[profiles.browser]
|
|
# profile = "Work"
|
|
# startpage = "https://lanecc.edu"
|
|
|
|
#[profiles.personal]
|
|
#name = "test"
|
|
#icon = "test"
|
|
#browser_profile = "test"
|
|
#browser_url = "test"
|
|
#directory = "test"
|
|
# ["test","test","test","test","test"]
|
|
# { 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" }
|