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 \