mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
bwm-ng: import 0.6
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# bwm-ng advanced configuration
|
||||
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_bwm-ng
|
||||
|
||||
config BWMNG_CONFIGFILE
|
||||
bool "enable configfile support"
|
||||
default n
|
||||
|
||||
config BWMNG_HTML
|
||||
bool "enable html output"
|
||||
default n
|
||||
|
||||
config BWMNG_CSV
|
||||
bool "enable csv output"
|
||||
default n
|
||||
|
||||
config BWMNG_EXTENDEDSTATS
|
||||
bool "enable max, sum and avg stats"
|
||||
default y
|
||||
|
||||
config BWMNG_LIBNCURSES
|
||||
bool "enable libncurses support"
|
||||
default n
|
||||
|
||||
config BWMNG_TIME
|
||||
bool "enable accurate time calculating"
|
||||
default y
|
||||
|
||||
config BWMNG_GETOPT_LONG
|
||||
bool "enable long options"
|
||||
default n
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user