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"]
|
[""," - VSCodium"]
|
||||||
]
|
]
|
||||||
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||||
#[programs]
|
|
||||||
|
# Programs
|
||||||
[programs.filemanager]
|
[programs.filemanager]
|
||||||
name = "Dolphin"
|
name = "Dolphin"
|
||||||
command = "dolphin"
|
command = "dolphin"
|
||||||
arguments = ["--new-window"]
|
arguments = ["--new-window"]
|
||||||
[programs.browser]
|
[programs.browser]
|
||||||
name = "Librewolf"
|
name = "Librewolf"
|
||||||
command = "librewolf-profile"
|
command = "librewolf --no-remote -P"
|
||||||
arguments = []
|
arguments = []
|
||||||
|
|
||||||
[lock]
|
[lock]
|
||||||
|
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||||
blur = 10.0
|
blur = 10.0
|
||||||
scale = 0.75
|
scale = 0.75
|
||||||
|
|
||||||
#[profiles]
|
# Profiles
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Penelope"
|
name = "Penelope"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents"
|
|
||||||
#[profiles.programs.browser]
|
|
||||||
# args = [ "test" ]
|
|
||||||
[profiles.program_args]
|
[profiles.program_args]
|
||||||
|
browser = [ "Penelope", "--new-window", "https://cloud.pogmom.me", ]
|
||||||
filemanager = [ "~/Documents" ]
|
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]]
|
[[profiles]]
|
||||||
name = "Development"
|
name = "Development"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Development"
|
[profiles.program_args]
|
||||||
#[profiles.programs.browser]
|
browser = [ "Development", "--new-window", "https://hass.pogmom.me" ]
|
||||||
# args = [ "test" ]
|
filemanager = [ "~/Development" ]
|
||||||
#[profiles.programs.filemanager]
|
|
||||||
# args = [ "test" ]
|
|
||||||
# args = [ "--profile", "Development", "https://hass.pogmom.me" ]
|
|
||||||
#[profiles.browser]
|
|
||||||
# profile = "development"
|
|
||||||
# startpage = "https://hass.pogmom.me"
|
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Housing"
|
name = "Housing"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Housing"
|
[profiles.program_args]
|
||||||
#[profiles.programs.browser]
|
browser = [ "Housing", "--new-window", "https://eugenesca.com" ]
|
||||||
# args = [ "test" ]
|
filemanager = [ "~/Documents/Housing" ]
|
||||||
# args = [ "--profile", "Housing", "https://eugenesca.com" ]
|
|
||||||
#[profiles.browser]
|
|
||||||
# profile = "housing"
|
|
||||||
# startpage = "https://eugenesca.com"
|
|
||||||
|
|
||||||
[[profiles]]
|
[[profiles]]
|
||||||
name = "Work"
|
name = "Work"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Work/LaneCC"
|
[profiles.programs]
|
||||||
#[profiles.programs.browser]
|
browser = [ "Work", "--new-window", "https://lanecc.edu" ]
|
||||||
# args = [ "test" ]
|
filemanager = "~/Documents/Work/LaneCC"
|
||||||
# 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" }
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue