Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: winkelnp/networkmanager-dmenu

Tags

v2.6.2

Toggle v2.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Added option to disable notifications entirely (show_notifications …

…config)

* Fixed password input handling for wmenu launcher
* Enhanced config parser with better error handling for interpolation issues
* Various documentation improvements

v2.6.1

Toggle v2.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Fix bluetoothctl/rfkill logic. Closes firecat53#158

* Add tofi and walker support. Close firecat53#155

v2.6.0

Toggle v2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
- Added automatic first-run configuration generation (firecat53#130)

- Support for configuring via environment variable or --config flag
- Added Walker launcher support
- Added custom prompt support (firecat53#146)
- Add --dmenu flag automatically when needed (firecat53#138)
- Fixed Wofi colors for default config and enabled highlighting by default
- Various code formatting and other minor bugfixes

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Start/stop/delete NetworkManager hotspots. Closes firecat53#108

* Bugfix. Fixes firecat53#143

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Allow for terminal arguments

* Make nm-connection-editor the default gui
* Add ability to select gui
* Fix fuzzel number of lines. Fixes firecat53#134
* Check if bluetoothd is running before executing bluetoothctl
* Add section for vlan connections
* Feat: add highlighting for wofi
* Feat: be able to specify highlight characters
* Add bluetoothctl (bluez) as an option to control bluetooth. Closes firecat53#127

v2.3.1

Toggle v2.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
Fix issue with some versions of pinentry

Update README for newer Debian-based distros dependency, libnm0.

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Make dmenu and pinentry formats configurable

* Add flake.nix
* Support for fuzzel (firecat53#115)
* Don't override user locale
* Remove Rofi `-l` from code. Set in config. Fixes firecat53#121
* Use basename of `command[0]` when extending the args
* Use pidof to check if NetworkManager is running and add notification
* Avoid usage of asserts
* Add WPA3 to recognized AP types and store WPA3 connections correctly.
* Add configurable pause after wifi rescan before re-opening nmdm to display results.
* Provide empty input to passphrase dmenu command
* Set stdin to /dev/null for passphrase prompt
* Add screencast. Closes firecat53#99

v2.2.0

Toggle v2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen
* Add WPA3 to recognized AP types and store WPA3 connections correctly.

* Add configurable pause after wifi rescan before re-opening nmdm to display results.
* Update my email address
* Provide empty input to passphrase dmenu command
* Set stdin to /dev/null for passphrase prompt
* Add screencast.

Verified

This tag was signed with the committer’s verified signature.
firecat53 Scott Hansen

v2.0.1

Toggle v2.0.1's commit message
Fix dmenu password patch check