New backup 2025-09-19 16:15:02
This commit is contained in:
parent
76ab931835
commit
1f7ea4bda2
1 changed files with 59 additions and 0 deletions
59
de/home/.config/sway-profiles-rs/config.toml.bak
Normal file
59
de/home/.config/sway-profiles-rs/config.toml.bak
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
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.0]
|
||||||
|
name = "Penelope"
|
||||||
|
icon = ""
|
||||||
|
directory = "~/Documents"
|
||||||
|
[profiles.0.browser]
|
||||||
|
profile = "Penelope"
|
||||||
|
startpage = "https://cloud.pogmom.me"
|
||||||
|
[profiles.1]
|
||||||
|
name = "Development"
|
||||||
|
icon = ""
|
||||||
|
directory = "~/Development"
|
||||||
|
[profiles.1.browser]
|
||||||
|
profile = "development"
|
||||||
|
startpage = "https://hass.pogmom.me"
|
||||||
|
[profiles.2]
|
||||||
|
name = "Housing"
|
||||||
|
icon = ""
|
||||||
|
directory = "~/Documents/Housing"
|
||||||
|
[profiles.2.browser]
|
||||||
|
profile = "housing"
|
||||||
|
startpage = "https://eugenesca.com"
|
||||||
|
[profiles.3]
|
||||||
|
name = "Work"
|
||||||
|
icon = ""
|
||||||
|
directory = "~/Documents/Work/LaneCC"
|
||||||
|
[profiles.3.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