Compare commits
2 Commits
0b0549975c
...
49f40bbace
| Author | SHA1 | Date | |
|---|---|---|---|
| 49f40bbace | |||
| 08c020dafd |
@@ -29,7 +29,7 @@ do_run() {
|
|||||||
|
|
||||||
get_unit_name() {
|
get_unit_name() {
|
||||||
name="$1" ; shift
|
name="$1" ; shift
|
||||||
printf '%s' "${name}"
|
printf 'user:%s' "${name}"
|
||||||
}
|
}
|
||||||
|
|
||||||
run_raw() {
|
run_raw() {
|
||||||
@@ -122,10 +122,10 @@ fi
|
|||||||
run gpg-agent gpg-agent --homedir "$HOME/.gnupg" --no-detach --daemon
|
run gpg-agent gpg-agent --homedir "$HOME/.gnupg" --no-detach --daemon
|
||||||
|
|
||||||
# run gnome-keyring_user gnome-keyring-daemon --start --components pkcs11,secrets --foreground
|
# run gnome-keyring_user gnome-keyring-daemon --start --components pkcs11,secrets --foreground
|
||||||
run kwallet kwalletd --nofork
|
run kwallet kwalletd5
|
||||||
|
|
||||||
# a service called dunst already exists and conflicts
|
# a service called dunst already exists and conflicts
|
||||||
run dunst_user dunst -config ~/.config/dunstrc
|
run dunst dunst -config ~/.config/dunstrc
|
||||||
|
|
||||||
# disabled due to firefox flicker
|
# disabled due to firefox flicker
|
||||||
# run compton compton --backend glx --vsync opengl --no-dock-shadow --no-dnd-shadow
|
# run compton compton --backend glx --vsync opengl --no-dock-shadow --no-dnd-shadow
|
||||||
@@ -139,7 +139,7 @@ run nm-applet nm-applet
|
|||||||
run pasystray pasystray
|
run pasystray pasystray
|
||||||
|
|
||||||
# redshift unit already exists
|
# redshift unit already exists
|
||||||
run redshift_user redshift-gtk -c ~/.config/redshift.conf
|
run redshift redshift-gtk -c ~/.config/redshift.conf
|
||||||
|
|
||||||
if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
|
if [[ "${MACHINE_HAS_KEEPASSX}" == "true" ]] ; then
|
||||||
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
|
run keepassx keepassx --keyfile ~/.secret/main.key ~/.secret/main.kdbx
|
||||||
|
|||||||
@@ -447,6 +447,14 @@ packages:
|
|||||||
fedora: []
|
fedora: []
|
||||||
ubuntu: []
|
ubuntu: []
|
||||||
archlinux: ["discord"]
|
archlinux: ["discord"]
|
||||||
|
nextcloud:
|
||||||
|
fedora: []
|
||||||
|
ubuntu: []
|
||||||
|
archlinux: ["nextcloud-client"]
|
||||||
|
kwallet:
|
||||||
|
fedora: []
|
||||||
|
ubuntu: []
|
||||||
|
archlinux: ["kwallet", "kwalletmanager"]
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
mousepad:
|
mousepad:
|
||||||
|
|||||||
Reference in New Issue
Block a user