mirror of
https://github.com/gryf/wicd.git
synced 2026-06-12 11:55:22 +02:00
Added entry points for autoconnect and suspend.
Moved scripts to data directory.
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Put wifi interface down
|
||||
wicd-suspend
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Bring wifi network interface back up.
|
||||
|
||||
wicd-autoconnect.py
|
||||
Reference in New Issue
Block a user