]> git.sur5r.net Git - i3/i3status/commit
support the special interface name _first_ for ethernet/wireless
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Dec 2014 14:14:02 +0000 (15:14 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Dec 2014 14:17:31 +0000 (15:17 +0100)
commitb219f47f394e536198997578e4cce3c539b84b6d
tree91e7a6b489ed3dbbfc70a07b0ffa86a03512a4a4
parent7bdfb5b72e730f2131dccd75f211aaa6d2236954
support the special interface name _first_ for ethernet/wireless

Since we have deterministic device names in Linux, these strings are a
much better default in the i3status config than "eth0" and "wlan0" (what
we used before).
i3status.c
i3status.conf
include/i3status.h
man/i3status.man
src/first_network_device.c [new file with mode: 0644]