From 4c8abc7abaf59f701a81fa5c1344406e082b70d4 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 26 Aug 2025 14:04:20 +0200 Subject: [PATCH] feat: add autostart --- config/hypr/autostart.conf | 4 ++++ config/hypr/hyprland.conf | 5 +++++ install/packages.sh | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/hypr/autostart.conf b/config/hypr/autostart.conf index 3b7c62d2..94903782 100644 --- a/config/hypr/autostart.conf +++ b/config/hypr/autostart.conf @@ -1,2 +1,6 @@ # Extra autostart processes # exec-once = uwsm app -- my-service +exec-once = [workspace 2 silent] zen +exec-once = [workspace 3 silent] thunderbird +exec-once = [workspace 4 silent] deltachat +exec-once = [workspace 5 silent] ghostty diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index e03c3005..e8122748 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -17,3 +17,8 @@ source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf source = ~/.config/hypr/envs.conf source = ~/.config/hypr/autostart.conf + +# NVIDIA environment variables +env = NVD_BACKEND,direct +env = LIBVA_DRIVER_NAME,nvidia +env = __GLX_VENDOR_LIBRARY_NAME,nvidia diff --git a/install/packages.sh b/install/packages.sh index 2f33916b..af9a9b8b 100755 --- a/install/packages.sh +++ b/install/packages.sh @@ -1,7 +1,7 @@ sudo pacman -S --noconfirm --needed \ + thunderbird \ + deltachat-desktop \ keepassxc \ - npm \ - zen-browser-bin \ ghostty \ avahi \ bash-completion \