]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
install i3status with cap_net_admin capability, document it
[i3/i3status] / man / i3status.man
index a747c73998e25d4b30d0e105cb2efdb69bb0c7df..74493b949093bf18c1b63582cc664b5d5b7b63ed 100644 (file)
@@ -62,7 +62,7 @@ wireless wlan0 {
 }
 
 ethernet eth0 {
-        # if you use %speed, i3status requires root privileges
+        # if you use %speed, i3status requires the cap_net_admin capability
         format = "E: %ip (%speed)"
 }
 
@@ -150,7 +150,8 @@ connected.
 === Ethernet
 
 Gets the IP address and (if possible) the link speed of the given ethernet
-interface. Getting the link speed requires root privileges.
+interface. Getting the link speed requires the cap_net_admin capability. Set
+it using +setcap cap_net_admin=ep $(which i3status)+.
 
 *Example order*: +ethernet eth0+