50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
title_length = 20
|
|
window_icons = [
|
|
[""," — LibreWolf"],
|
|
[""," — Alacritty"],
|
|
[""," - VSCodium"]
|
|
]
|
|
|
|
# Programs
|
|
[programs.filemanager]
|
|
name = "Dolphin"
|
|
command = "dolphin"
|
|
arguments = ["--new-window"]
|
|
[programs.browser]
|
|
name = "Librewolf"
|
|
command = "librewolf --no-remote -P"
|
|
arguments = []
|
|
|
|
[lock]
|
|
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
|
blur = 10.0
|
|
scale = 0.75
|
|
|
|
# Profiles
|
|
[[profiles]]
|
|
name = "Penelope"
|
|
icon = ""
|
|
[profiles.program_args]
|
|
browser = [ "Penelope", "--new-window", "https://cloud.pogmom.me", ]
|
|
filemanager = [ "~/Documents" ]
|
|
|
|
[[profiles]]
|
|
name = "Development"
|
|
icon = ""
|
|
[profiles.program_args]
|
|
browser = [ "Development", "--new-window", "https://hass.pogmom.me" ]
|
|
filemanager = [ "~/Development" ]
|
|
|
|
[[profiles]]
|
|
name = "Housing"
|
|
icon = ""
|
|
[profiles.program_args]
|
|
browser = [ "Housing", "--new-window", "https://eugenesca.com" ]
|
|
filemanager = [ "~/Documents/Housing" ]
|
|
|
|
[[profiles]]
|
|
name = "Work"
|
|
icon = ""
|
|
[profiles.program_args]
|
|
browser = [ "Work", "--new-window", "https://lanecc.edu" ]
|
|
filemanager = [ "~/Documents/Work/LaneCC" ]
|