From 421340fc415155d9efbe491ede7a0d7769c70d84 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 23 Jan 2024 10:00:23 +0100 Subject: [PATCH] . --- home/home-configuration.scm | 5 +++++ home/sway/sway | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 5e19c49..8e7965f 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -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") diff --git a/home/sway/sway b/home/sway/sway index 44286c5..f354270 100644 --- a/home/sway/sway +++ b/home/sway/sway @@ -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