.
This commit is contained in:
parent
6cebd434b7
commit
421340fc41
2 changed files with 8 additions and 1 deletions
|
@ -65,6 +65,7 @@
|
|||
`(("PATH" . "$PATH:~/.local/bin")
|
||||
("PASSWORD_STORE_DIR" . "$XDG_DATA_HOME/password-store")
|
||||
("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$XDG_DATA_HOME/flatpak/exports/share")
|
||||
("XDG_CURRENT_DESKTOP" . "sway")
|
||||
("SSH_ASKPASS" . "ksshaskpass")
|
||||
("ELM_DISPLAY" . "wl")
|
||||
("SDL_VIDEODRIVER" . "wayland")
|
||||
|
@ -213,6 +214,7 @@
|
|||
"tmate"
|
||||
"tmux"
|
||||
"tree-sitter"
|
||||
"ungoogled-chromium-wayland"
|
||||
"unzip"
|
||||
"visidata"
|
||||
"waybar"
|
||||
|
@ -284,6 +286,9 @@
|
|||
(home-openssh-configuration
|
||||
(hosts
|
||||
(list
|
||||
(openssh-host
|
||||
(name "*")
|
||||
(identity-file "~/.ssh/redsky_do_rsa"))
|
||||
(openssh-host
|
||||
(name "git.sr.ht")
|
||||
(host-name "git.sr.ht")
|
||||
|
|
|
@ -275,7 +275,9 @@ mode "resize" {
|
|||
#}
|
||||
|
||||
# Autostarts
|
||||
exec pipewire & sleep 0.2s && pipewire-pulse & wireplumber &
|
||||
exec pipewire && sleep 0.2s
|
||||
exec pipewire-pulse
|
||||
exec wireplumber
|
||||
exec shepherd
|
||||
exec waybar
|
||||
exec swaync
|
||||
|
|
Loading…
Reference in a new issue