fix: deps
This commit is contained in:
parent
fda38a3012
commit
9ba500564b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue