diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-27 13:45:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:33 +0700 |
commit | c05940d3cf242f8b8e9fa113d9a3086f4a4034a4 (patch) | |
tree | c51d72ca2e2ee135b5b285e78de00328cb633e23 /network/wifi-radar/README | |
parent | d3055aab03858420004a3ee325294fd4eda8cccf (diff) |
network/wifi-radar: Updated SlackBuild.
Removed SLKCFLAGS. Make options improved.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/wifi-radar/README')
-rw-r--r-- | network/wifi-radar/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/wifi-radar/README b/network/wifi-radar/README index 4279c4d72328c..6609097e644dc 100644 --- a/network/wifi-radar/README +++ b/network/wifi-radar/README @@ -1,17 +1,17 @@ WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles on GNU/Linux. -It enables you to scan for available networks and create profiles for your -preferred networks. You can drag and drop your preferred networks to arrange +It enables you to scan for available networks and create profiles for your +preferred networks. You can drag and drop your preferred networks to arrange the profile priority. -WiFi Radar is tested to work with an Intel iwlagn 6300 on Slackware but -should work just the same for any iwconfig interface. +WiFi Radar is tested to work with an Intel iwlagn 6300 on Slackware but +should work just the same for any iwconfig interface. -NOTE: wifi-radar needs to run as root. You may need to issue: - xhost +local:root +NOTE: wifi-radar needs to run as root. You may need to issue: + xhost +local:root which you can put in your ~/.bashrc or ~/.zshrc etc. -I've installed the program into /opt/radar-wifi and created a +I've installed the program into /opt/radar-wifi and created a /usr/bin/wifi-radar script that sets $DISPLAY which defaults to :0.0 For other $DISPLAY's you can edit the script in the slackbuild directory, or pass DISPLAY=:N.n to wifi-radar on the command line. |