New backup 2025-09-27 01:30:02
This commit is contained in:
parent
1aef3a174f
commit
8e9ab9705e
1 changed files with 42 additions and 0 deletions
|
@ -20,6 +20,20 @@ wallpaper_path = "~/.config/sway/assets/wallpaper"
|
|||
blur = 10.0
|
||||
scale = 0.75
|
||||
|
||||
[[shortcuts]]
|
||||
name = ""
|
||||
icon = ""
|
||||
command = ""
|
||||
[[shortcuts]]
|
||||
name = ""
|
||||
icon = ""
|
||||
command = ""
|
||||
[[shortcuts]]
|
||||
name = ""
|
||||
icon = ""
|
||||
command = ""
|
||||
|
||||
|
||||
# Profiles
|
||||
[[profiles]]
|
||||
name = "Penelope"
|
||||
|
@ -54,6 +68,26 @@ scale = 0.75
|
|||
[profiles.program_args]
|
||||
browser = [ "Development", "--new-window", "https://hass.pogmom.me" ]
|
||||
filemanager = [ "~/Development" ]
|
||||
[[profiles.scripts]]
|
||||
name = "bridge-netgear-r8000"
|
||||
icon = ""
|
||||
command = "ssh-agent-handler.sh router-netgear-r8000 "
|
||||
[[profiles.scripts]]
|
||||
name = "bridge-netgear-r8000"
|
||||
icon = ""
|
||||
command = "ssh-agent-handler.sh bridge-netgear-r8000 "
|
||||
[[profiles.scripts]]
|
||||
name = "server-dell-7050sff-debian"
|
||||
icon = ""
|
||||
command = "ssh-agent-handler.sh server-dell-7050sff-debian "
|
||||
[[profiles.scripts]]
|
||||
name = "server-hp-y2z63av"
|
||||
icon = ""
|
||||
command = "ssh-agent-handler.sh server-hp-y2z63av "
|
||||
[[profiles.scripts]]
|
||||
name = "server-asus-n705fd"
|
||||
icon = ""
|
||||
command = "ssh-agent-handler.sh server-asus-n705fd "
|
||||
|
||||
[[profiles]]
|
||||
name = "Housing"
|
||||
|
@ -68,3 +102,11 @@ scale = 0.75
|
|||
[profiles.program_args]
|
||||
browser = [ "Work", "--new-window", "https://lanecc.edu" ]
|
||||
filemanager = [ "~/Documents/Work/LaneCC" ]
|
||||
[[profiles.scripts]]
|
||||
name = "LCC Links"
|
||||
icon = ""
|
||||
command = ""
|
||||
[[profiles.scripts]]
|
||||
name = "Second Monitor"
|
||||
icon = ""
|
||||
command = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue