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:
parent
988fd01ab7
commit
0c5298af84
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[storage]
|
||||
driver = "overlay"
|
||||
runroot = "/run/user/1000"
|
||||
graphroot = "/home/vladan/.local/share/containers/storage"
|
||||
graphroot = "/home/vladanpopovic/.local/share/containers/storage"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[user]
|
||||
email = vladanovic@gmail.com
|
||||
email = vladan.popovic@hm.com
|
||||
name = Vladan Popovic
|
||||
[core]
|
||||
excludesfile = /home/vladan/.config/git/ignore
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"network": {
|
||||
"tooltip": false,
|
||||
"interface": "wlp3s0*",
|
||||
"interface": "wlp*",
|
||||
"format-wifi": " {essid} ({signalStrength}%)",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr}",
|
||||
"format-linked": "{ifname} (No IP)",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
default-cache-ttl 3600
|
||||
pinentry-program /usr/bin/pinentry-qt5
|
||||
pinentry-program /usr/bin/pinentry-gnome3
|
||||
max-cache-ttl 72000
|
||||
default-cache-ttl 72000
|
||||
max-cache-ttl-ssh 72000
|
||||
|
|
Loading…
Reference in a new issue