Update dot_config/i3/config
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
parent
cbeb5f3405
commit
cb93bf73e0
2 changed files with 6 additions and 2 deletions
|
@ -264,6 +264,10 @@ for_window [class="Galculator" instance="galculator"] floating enable
|
||||||
|
|
||||||
# Enable gnome keyring
|
# Enable gnome keyring
|
||||||
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||||
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg
|
||||||
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||||
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=ssh
|
||||||
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=pkcs11
|
||||||
|
|
||||||
# Desktop notifications_
|
# Desktop notifications_
|
||||||
exec --no-startup-id /usr/bin/dunst
|
exec --no-startup-id /usr/bin/dunst
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# All requirements for i3
|
# All requirements for i3
|
||||||
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools blueberry pavucontrol tmux feh dex yay xss-lock network-manager-applet playerctl alacritty git gnome-keyring --noconfirm
|
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools blueberry pavucontrol tmux feh dex yay xss-lock network-manager-applet playerctl alacritty git gnome-keyring spotifyd --noconfirm
|
||||||
|
|
||||||
yay -S nerd-fonts-complete --noconfirm
|
yay -S nerd-fonts-complete spotify-tui --noconfirm
|
||||||
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue