diff options
| author | Joe <bousset.rudy@gmail.com> | 2023-05-04 00:25:12 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2023-05-04 00:25:12 +0200 | 
| commit | 109c54aff517c1d0ee3f0b98342deb6399ad2c7e (patch) | |
| tree | 9e08d8e8c2eb7a2b733606c3637931b8725152fe | |
| parent | up (diff) | |
| download | dotfiles-bsd-109c54aff517c1d0ee3f0b98342deb6399ad2c7e.tar.gz dotfiles-bsd-109c54aff517c1d0ee3f0b98342deb6399ad2c7e.tar.bz2 dotfiles-bsd-109c54aff517c1d0ee3f0b98342deb6399ad2c7e.tar.xz dotfiles-bsd-109c54aff517c1d0ee3f0b98342deb6399ad2c7e.tar.zst dotfiles-bsd-109c54aff517c1d0ee3f0b98342deb6399ad2c7e.zip | |
up
| -rwxr-xr-x | .config/openbox/menu.xml | 2 | ||||
| -rw-r--r-- | .config/tremc/settings.cfg | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index b9aed2a..dc19c1e 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -35,7 +35,7 @@  		</item>  		<item label="Wireshark">  			<action name="Execute"> -				<command>wireshark</command> +				<command>sudo wireshark</command>  			</action>  		</item>  		<item label="Google Earth"> diff --git a/.config/tremc/settings.cfg b/.config/tremc/settings.cfg index 7102374..167a245 100644 --- a/.config/tremc/settings.cfg +++ b/.config/tremc/settings.cfg @@ -1,5 +1,5 @@  [Connection] -host = localhost +host = zhinu  port = 9091  path = /transmission/rpc  username =  | 
