.
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")
|
`(("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")
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue