fix: deps

This commit is contained in:
Didier Slof 2023-09-03 00:42:57 +02:00
parent fda38a3012
commit 9ba500564b
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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() { super_apply() {
pacman -S --needed --noconfirm $pkgs 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 dex --autostart --environment i3
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xss-lock --transfer-sleep-lock -- $screen_lock 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: # Extra variables:
# Only need changing for very specific installations. # Only need changing for very specific installations.