This commit is contained in:
Daniel Ziltener 2024-01-23 10:00:23 +01:00
parent 6cebd434b7
commit 421340fc41
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 8 additions and 1 deletions

View file

@ -65,6 +65,7 @@
`(("PATH" . "$PATH:~/.local/bin") `(("PATH" . "$PATH:~/.local/bin")
("PASSWORD_STORE_DIR" . "$XDG_DATA_HOME/password-store") ("PASSWORD_STORE_DIR" . "$XDG_DATA_HOME/password-store")
("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$XDG_DATA_HOME/flatpak/exports/share") ("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$XDG_DATA_HOME/flatpak/exports/share")
("XDG_CURRENT_DESKTOP" . "sway")
("SSH_ASKPASS" . "ksshaskpass") ("SSH_ASKPASS" . "ksshaskpass")
("ELM_DISPLAY" . "wl") ("ELM_DISPLAY" . "wl")
("SDL_VIDEODRIVER" . "wayland") ("SDL_VIDEODRIVER" . "wayland")
@ -213,6 +214,7 @@
"tmate" "tmate"
"tmux" "tmux"
"tree-sitter" "tree-sitter"
"ungoogled-chromium-wayland"
"unzip" "unzip"
"visidata" "visidata"
"waybar" "waybar"
@ -284,6 +286,9 @@
(home-openssh-configuration (home-openssh-configuration
(hosts (hosts
(list (list
(openssh-host
(name "*")
(identity-file "~/.ssh/redsky_do_rsa"))
(openssh-host (openssh-host
(name "git.sr.ht") (name "git.sr.ht")
(host-name "git.sr.ht") (host-name "git.sr.ht")

View file

@ -275,7 +275,9 @@ mode "resize" {
#} #}
# Autostarts # Autostarts
exec pipewire & sleep 0.2s && pipewire-pulse & wireplumber & exec pipewire && sleep 0.2s
exec pipewire-pulse
exec wireplumber
exec shepherd exec shepherd
exec waybar exec waybar
exec swaync exec swaync