New backup 2025-09-20 21:30:02
This commit is contained in:
parent
0ff144bb61
commit
1c0d0522db
1 changed files with 15 additions and 46 deletions
|
@ -5,78 +5,47 @@ window_icons = [
|
|||
[""," - VSCodium"]
|
||||
]
|
||||
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||
#[programs]
|
||||
|
||||
# Programs
|
||||
[programs.filemanager]
|
||||
name = "Dolphin"
|
||||
command = "dolphin"
|
||||
arguments = ["--new-window"]
|
||||
[programs.browser]
|
||||
name = "Librewolf"
|
||||
command = "librewolf-profile"
|
||||
command = "librewolf --no-remote -P"
|
||||
arguments = []
|
||||
|
||||
[lock]
|
||||
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||
blur = 10.0
|
||||
scale = 0.75
|
||||
|
||||
#[profiles]
|
||||
# Profiles
|
||||
[[profiles]]
|
||||
name = "Penelope"
|
||||
icon = ""
|
||||
directory = "~/Documents"
|
||||
#[profiles.programs.browser]
|
||||
# args = [ "test" ]
|
||||
[profiles.program_args]
|
||||
browser = [ "Penelope", "--new-window", "https://cloud.pogmom.me", ]
|
||||
filemanager = [ "~/Documents" ]
|
||||
browser = [ "--profile", "Penelope", "https://cloud.pogmom.me" ]
|
||||
#[programs.browser]
|
||||
# args = "test"
|
||||
# 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 = [ "test" ]
|
||||
#[profiles.programs.filemanager]
|
||||
# args = [ "test" ]
|
||||
# args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
||||
#[profiles.browser]
|
||||
# profile = "development"
|
||||
# startpage = "https://hass.pogmom.me"
|
||||
[profiles.program_args]
|
||||
browser = [ "Development", "--new-window", "https://hass.pogmom.me" ]
|
||||
filemanager = [ "~/Development" ]
|
||||
|
||||
[[profiles]]
|
||||
name = "Housing"
|
||||
icon = ""
|
||||
directory = "~/Documents/Housing"
|
||||
#[profiles.programs.browser]
|
||||
# args = [ "test" ]
|
||||
# args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
||||
#[profiles.browser]
|
||||
# profile = "housing"
|
||||
# startpage = "https://eugenesca.com"
|
||||
[profiles.program_args]
|
||||
browser = [ "Housing", "--new-window", "https://eugenesca.com" ]
|
||||
filemanager = [ "~/Documents/Housing" ]
|
||||
|
||||
[[profiles]]
|
||||
name = "Work"
|
||||
icon = ""
|
||||
directory = "~/Documents/Work/LaneCC"
|
||||
#[profiles.programs.browser]
|
||||
# args = [ "test" ]
|
||||
# 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" }
|
||||
[profiles.programs]
|
||||
browser = [ "Work", "--new-window", "https://lanecc.edu" ]
|
||||
filemanager = "~/Documents/Work/LaneCC"
|
||||
|
|
Loading…
Add table
Reference in a new issue