summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbe8c85..e81af72 100644
--- a/README.md
+++ b/README.md
@@ -53,12 +53,24 @@ Alt+Shift+D = Volume goes down
Alt+Shift+M = Toggles mute
+Alt+Shift+Enter = Switches master window
### Exiting
Alt+x = Closes app
Alt+Shift+Q = Quits dwm
+### Scripts
+
+## ns
+
+A script that starts a wireless network via wpa_supplicant and dhcpcd.
+
+### How to use:
+
+Create your wpa_supplicant configuration file, and get your wifi device (ip link).
+
+Edit /etc/ns.conf, place where your wpa_supplicant config is in the CONFIG var, and WiFi device in INTERFACE.
## Credits