fix: deps

This commit is contained in:
Strix 2023-10-14 22:38:13 +02:00
parent feb470e71d
commit 7d407d5b8a
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 2 additions and 1 deletions
crates/05-i3

View file

@ -1,6 +1,6 @@
#!/bin/sh
pkgs="i3 i3lock i3status libpulse brightnessctl xss-lock dex maim dmenu"
pkgs="i3 i3lock i3status libpulse brightnessctl xss-lock dex maim dmenu gnome-keyring"
super_apply() {
pacman -S --needed --noconfirm $pkgs

View file

@ -25,6 +25,7 @@ set $font pango:monospace 8
exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id nm-applet
exec --no-startup-id xss-lock --transfer-sleep-lock -- $screen_lock
exec --no-startup-id gnome-keyring-daemon --start --components=ssh,secrets,pkcs11
# Extra variables:
# Only need changing for very specific installations.