change paths and config values for work host

- sway: use wlp* for waybar wifi interfaces
- containers: set home path
- gpg: use pinentry-gnome3
- git: change global user.email
This commit is contained in:
Vladan Popovic 2024-10-02 11:12:15 +02:00 committed by Vladan Popovic
parent 988fd01ab7
commit 0c5298af84
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[storage] [storage]
driver = "overlay" driver = "overlay"
runroot = "/run/user/1000" runroot = "/run/user/1000"
graphroot = "/home/vladan/.local/share/containers/storage" graphroot = "/home/vladanpopovic/.local/share/containers/storage"

View file

@ -1,5 +1,5 @@
[user] [user]
email = vladanovic@gmail.com email = vladan.popovic@hm.com
name = Vladan Popovic name = Vladan Popovic
[core] [core]
excludesfile = /home/vladan/.config/git/ignore excludesfile = /home/vladan/.config/git/ignore

View file

@ -21,7 +21,7 @@
}, },
"network": { "network": {
"tooltip": false, "tooltip": false,
"interface": "wlp3s0*", "interface": "wlp*",
"format-wifi": " {essid} ({signalStrength}%)", "format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": "{ifname}: {ipaddr}/{cidr}", "format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"format-linked": "{ifname} (No IP)", "format-linked": "{ifname} (No IP)",

View file

@ -1,5 +1,5 @@
default-cache-ttl 3600 default-cache-ttl 3600
pinentry-program /usr/bin/pinentry-qt5 pinentry-program /usr/bin/pinentry-gnome3
max-cache-ttl 72000 max-cache-ttl 72000
default-cache-ttl 72000 default-cache-ttl 72000
max-cache-ttl-ssh 72000 max-cache-ttl-ssh 72000