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