1
0
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:
2020-08-31 21:53:43 +02:00
parent e6afb9232d
commit 780ded6802
7 changed files with 20 additions and 10 deletions

3
data/acpi/50-wicd-suspend.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
# Put wifi interface down
wicd-suspend

4
data/acpi/80-wicd-connect.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
# Bring wifi network interface back up.
wicd-autoconnect.py