Update some configs
This commit is contained in:
parent
0f5c382f59
commit
665fcddf82
2 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@
|
|||
;hash_behaviour=replace
|
||||
|
||||
# (pathlist) Comma separated list of Ansible inventory sources
|
||||
;inventory=/etc/ansible/hosts
|
||||
inventory=/etc/ansible/hosts
|
||||
|
||||
# (pathspec) Colon separated paths in which Ansible will search for HttpApi Plugins.
|
||||
;httpapi_plugins={{ ANSIBLE_HOME ~ "/plugins/httpapi:/usr/share/ansible/plugins/httpapi" }}
|
||||
|
@ -649,7 +649,7 @@ interpreter_python=auto_silent
|
|||
|
||||
[netconf_connection]
|
||||
# (string) This variable is used to enable bastion/jump host with netconf connection. If set to True the bastion/jump host ssh settings should be present in ~/.ssh/config file, alternatively it can be set to custom ssh configuration file path to read the bastion/jump host settings.
|
||||
;ssh_config=
|
||||
ssh_args = -o ForwardAgent=yes
|
||||
|
||||
|
||||
[paramiko_connection]
|
||||
|
|
|
@ -10,7 +10,7 @@ spotify = 'spotifyd --no-daemon'
|
|||
sxhkd = 'sxhkd'
|
||||
syncthing = 'syncthing -no-browser'
|
||||
teamspeak = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance'
|
||||
unclutter = 'unclutter --timeout 3'
|
||||
unclutter = 'unclutter --timeout=3 --ignore-scrolling --exclude-root'
|
||||
xcompmgr = 'xcompmgr -cnfFn -D3'
|
||||
|
||||
[portalo]
|
||||
|
|
Loading…
Reference in a new issue