feat: add autostart

This commit is contained in:
itsscb 2025-08-26 14:04:20 +02:00
parent ae97d900ac
commit 4c8abc7aba
3 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1,6 @@
# Extra autostart processes # Extra autostart processes
# exec-once = uwsm app -- my-service # 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

View File

@ -17,3 +17,8 @@ source = ~/.config/hypr/input.conf
source = ~/.config/hypr/bindings.conf source = ~/.config/hypr/bindings.conf
source = ~/.config/hypr/envs.conf source = ~/.config/hypr/envs.conf
source = ~/.config/hypr/autostart.conf source = ~/.config/hypr/autostart.conf
# NVIDIA environment variables
env = NVD_BACKEND,direct
env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia

View File

@ -1,7 +1,7 @@
sudo pacman -S --noconfirm --needed \ sudo pacman -S --noconfirm --needed \
thunderbird \
deltachat-desktop \
keepassxc \ keepassxc \
npm \
zen-browser-bin \
ghostty \ ghostty \
avahi \ avahi \
bash-completion \ bash-completion \