Update some configs

This commit is contained in:
Tobias Reisinger 2023-03-02 12:12:15 +01:00
parent 0f5c382f59
commit 665fcddf82
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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]